Skip to content

Commit

Permalink
Merge pull request #288 from grml/shellcheck
Browse files Browse the repository at this point in the history
shellcheck: restrict shellcheck-tests to tests/*.sh files
  • Loading branch information
zeha authored Aug 19, 2024
2 parents 5dd8178 + d2dd4f1 commit cade748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
reporter: github-pr-review
path: tests
pattern: |
*
*.sh
check_all_files_with_shebangs: "false"
2 changes: 1 addition & 1 deletion tests/test-vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,6 @@ if [ -d results ] ; then
mv results/* "$TESTS_RESULTSDIR/"
fi

bailout $RC
bailout "$RC"

# EOF

0 comments on commit cade748

Please sign in to comment.