Skip to content

Commit

Permalink
Merge branch 'master' into abu/add-exception-1
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Dec 30, 2024
2 parents 0624ebe + 0cdabc5 commit 8463d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion licenses/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ps: format test # performs all automated assistance functions during developmen

test: .bin/shellcheck .bin/shfmt # runs all automated tests
echo running tests ...
find . -type f | grep -v node_modules | grep -v '^\.\/\.bin\/' | grep -v '\.json$$' | xargs grep -l '^\#!\/' | xargs .bin/shellcheck
find . -type f | grep -v node_modules | grep -v '^\.\/\.bin\/' | grep -v '\.json$$' | grep -v '\.yml$$' | xargs grep -l '^\#!\/' | xargs .bin/shellcheck
.bin/shfmt --diff .

.bin/shellcheck: Makefile
Expand Down

0 comments on commit 8463d55

Please sign in to comment.