Skip to content

Commit

Permalink
edit shellcheck (#7)
Browse files Browse the repository at this point in the history
* add shellcheck

* edit shellcheck
  • Loading branch information
meleksabit authored Sep 6, 2024
1 parent b914cc5 commit 76b47b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ jobs:
run: sudo apt-get install shellcheck

- name: Run ShellCheck
run: shellcheck **/*.sh
run: shellcheck /*.sh

0 comments on commit 76b47b1

Please sign in to comment.