Skip to content

Commit

Permalink
trying different shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Gibb authored and Scott Gibb committed Nov 18, 2023
1 parent 9432cd9 commit 91c1b3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Static Analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
- name: Shell Check
run: |
echo "Checking shell scripts"
shellcheck **/**/*.sh
find . -type f -name "*.sh" -print0 | xargs -0 shellcheck

Check failure on line 21 in .github/workflows/Static Analysis.yml

View workflow job for this annotation

GitHub Actions / YAML Lint Check

21:1 [trailing-spaces] trailing spaces
Markdown_Lint_Check:
name: Markdown Lint Check
Expand Down

0 comments on commit 91c1b3b

Please sign in to comment.