Skip to content

Commit

Permalink
CI: no unbound variables check
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Sep 6, 2024
1 parent 237fc5f commit 4fc06bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
defaults:
run:
shell: bash -l -vxeuo pipefail {0}
shell: bash -l -vxeo pipefail {0}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4fc06bb

Please sign in to comment.