Skip to content

Commit bbb9fb8

Browse files
committed
Update lint.yml
Swap the linter plugin until we have a working version of lint-action.
1 parent e9fced6 commit bbb9fb8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/lint.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ jobs:
3737
tag: swift-format-5.5-DEVELOPMENT-SNAPSHOT-2021-05-02-a
3838
fileName: swift-format.exe
3939
out-file-path: C:\Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain\usr\bin\
40-
- uses: compnerd/lint-action@exec-windows
40+
# - uses: wearerequired/[email protected]
41+
# with:
42+
# swift_format_official: true
43+
# github_token: ${{ secrets.GITHUB_TOKEN }}
44+
- uses: Iron-Ham/swift-format-linter-action@v5
4145
with:
42-
swift_format_official: true
43-
github_token: ${{ secrets.GITHUB_TOKEN }}
46+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)