Skip to content

Commit

Permalink
All bash scripts are in 'scripts' folder
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Oct 6, 2023
1 parent 96a6c62 commit faa0dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_bash_style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
uses: actions/checkout@v2

- name: Check bash scripts for style
run: shellcheck *.sh scripts/*.sh
run: shellcheck scripts/*.sh

0 comments on commit faa0dee

Please sign in to comment.