Skip to content

feat(github-action): update renovatebot/github-action ( v40.2.10 → v4… #177

feat(github-action): update renovatebot/github-action ( v40.2.10 → v4…

feat(github-action): update renovatebot/github-action ( v40.2.10 → v4… #177

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"