Skip to content

Fix 57a2f41df835f0ac4f52567e020df6ca6261fd7b #72

Fix 57a2f41df835f0ac4f52567e020df6ca6261fd7b

Fix 57a2f41df835f0ac4f52567e020df6ca6261fd7b #72

Workflow file for this run

name: ShellCheck scripts
on:
[push, pull_request]
jobs:
shellCheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run shellcheck.
run: while read -r script; do shellcheck --exclude=SC1090,SC1091 $script; done < tests/files