Skip to content

Commit 6235f5a

Browse files
committed
fix indentation in yaml file
1 parent 9ae5c10 commit 6235f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v3
1919
- name: pr-check
2020
run: |
21-
docker run --rm -v $(pwd):/src -w /src -e SKIP_CHECKOV mcr.microsoft.com/azterraform:latest make pr-check
21+
docker run --rm -v $(pwd):/src -w /src -e SKIP_CHECKOV mcr.microsoft.com/azterraform:latest make pr-check
2222
- name: Set up Go
2323
uses: actions/setup-go@v3
2424
with:

0 commit comments

Comments
 (0)