Skip to content

Commit 20e62a1

Browse files
fixup
1 parent ba72647 commit 20e62a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Pull formatting docker image
2222
run: docker pull ghcr.io/nicklockwood/swiftformat:latest
2323
- name: Run format linting
24-
run: docker run --rm -v ${pwd}:/repo ghcr.io/nicklockwood/swiftformat:latest /repo --lint
24+
run: docker run --rm -v ${{ github.workspace }}:/repo ghcr.io/nicklockwood/swiftformat:latest /repo --lint
2525

2626
macos:
2727
name: Build and test on macos-latest

0 commit comments

Comments
 (0)