Skip to content

Commit bd3254e

Browse files
committed
Use block scalar strip indicator in conftest workflow
1 parent ccc26cf commit bd3254e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conftest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2323

2424
- name: Install conftest
25-
run: |
25+
run: |-
2626
curl -fsSL "https://github.com/open-policy-agent/conftest/releases/download/v${CONFTEST_VERSION}/conftest_${CONFTEST_VERSION}_Linux_x86_64.tar.gz" \
2727
-o conftest.tar.gz
2828
echo "${CONFTEST_SHA256} conftest.tar.gz" | sha256sum --check --strict
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Run conftest
3333
shell: bash
34-
run: |
34+
run: |-
3535
shopt -s nullglob
3636
conftest test \
3737
.github/workflows/*.yml \

0 commit comments

Comments
 (0)