Skip to content

Commit

Permalink
Update check_shell.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fillwithjoy1 authored Jul 25, 2024
1 parent f35b696 commit d05da1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Now what is happening?
run: |
find . -name "*.sh" -exec cat {} \;
find . -name "*.sh" -exec echo {} \;
- name: Check Shell Scripts
run: |
Expand Down

0 comments on commit d05da1a

Please sign in to comment.