chore(deps): bump the dev-dependencies group across 1 directory with 21 updates #726
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: shellcheck | |
on: pull_request | |
jobs: | |
build: | |
name: Run shellcheck | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v4 | |
- name: Run checks | |
run: | | |
shellcheck --version | |
shellcheck -e SC1091 tests/*.sh tests/*/*.sh |