We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d097b2 commit ca7d7abCopy full SHA for ca7d7ab
.github/workflows/shell.yml
@@ -3,6 +3,6 @@ on: [push, pull_request]
3
jobs:
4
lint:
5
uses: open-contracting/.github/.github/workflows/shell.yml@main
6
- with:
7
- # checkbashisms doesn't recognize `set -o pipefail`.
8
- ignore: do_excluded_supplier.sh
+ with:
+ # checkbashisms doesn't recognize `set -o pipefail`.
+ ignore: do_excluded_supplier.sh
0 commit comments