Skip to content

feat(github-release)!: Update pre-commit/pre-commit-hooks ( v4.6.0 → v5.0.0 ) #187

feat(github-release)!: Update pre-commit/pre-commit-hooks ( v4.6.0 → v5.0.0 )

feat(github-release)!: Update pre-commit/pre-commit-hooks ( v4.6.0 → v5.0.0 ) #187

Workflow file for this run

name: Shellcheck
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Run shellcheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: "-e SC2148"