Skip to content

Commit

Permalink
fix SC1091 notes with ShellCheck
Browse files Browse the repository at this point in the history
Check all files together to prevent these notes:

```
./bash-n-simplebot:32:8: note: Not following: bash-n-client was not specified as input (see shellcheck -x). [SC1091]
./bash-n-towerbot:33:8: note: Not following: bash-n-client was not specified as input (see shellcheck -x). [SC1091]
./bash-n-slothbot:30:8: note: Not following: bash-n-client was not specified as input (see shellcheck -x). [SC1091]
./bash-n-failbot:30:8: note: Not following: bash-n-client was not specified as input (see shellcheck -x). [SC1091]
```
  • Loading branch information
mmitch committed Dec 17, 2023
1 parent 3b8a3f4 commit 8983440
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ jobs:
run: make test
- name: shellcheck
uses: ludeeus/action-shellcheck@2.0.0
with:
check_together: 'yes'
additional_files: 'bash-n-client'

0 comments on commit 8983440

Please sign in to comment.