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 e9fced6 commit bbb9fb8Copy full SHA for bbb9fb8
.github/workflows/lint.yml
@@ -37,7 +37,10 @@ jobs:
37
tag: swift-format-5.5-DEVELOPMENT-SNAPSHOT-2021-05-02-a
38
fileName: swift-format.exe
39
out-file-path: C:\Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain\usr\bin\
40
- - uses: compnerd/lint-action@exec-windows
+ # - 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
45
with:
- swift_format_official: true
- github_token: ${{ secrets.GITHUB_TOKEN }}
46
+ github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments