Skip to content

Commit 322b318

Browse files
authored
Update lint.yml
Use fork of swift-format-linter-action to allow reporting of messages on Windows.
1 parent efde120 commit 322b318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
# with:
4242
# swift_format_official: true
4343
# github_token: ${{ secrets.GITHUB_TOKEN }}
44-
- uses: Iron-Ham/swift-format-linter-action@v5
44+
- uses: compnerd/swift-format-linter-action@compnerd/windows
4545
with:
4646
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)