We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba72647 commit 20e62a1Copy full SHA for 20e62a1
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Pull formatting docker image
22
run: docker pull ghcr.io/nicklockwood/swiftformat:latest
23
- name: Run format linting
24
- run: docker run --rm -v ${pwd}:/repo ghcr.io/nicklockwood/swiftformat:latest /repo --lint
+ run: docker run --rm -v ${{ github.workspace }}:/repo ghcr.io/nicklockwood/swiftformat:latest /repo --lint
25
26
macos:
27
name: Build and test on macos-latest
0 commit comments