Skip to content

fix(github-action): update renovatebot/github-action ( v40.3.1 → v40.3.2 ) #196

fix(github-action): update renovatebot/github-action ( v40.3.1 → v40.3.2 )

fix(github-action): update renovatebot/github-action ( v40.3.1 → v40.3.2 ) #196

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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- name: Run shellcheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: "-e SC2148"