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.
2 parents fdb8426 + 7aba9ef commit 4e38c86Copy full SHA for 4e38c86
Dockerfile
@@ -1,5 +1,5 @@
1
-FROM norionomura/swiftlint:swift-5.1.1
2
-LABEL version="2.1.0"
+FROM norionomura/swiftlint:swift-5.1
+LABEL version="2.2.0"
3
LABEL repository="https://github.com/norio-nomura/action-swiftlint"
4
LABEL homepage="https://github.com/norio-nomura/action-swiftlint"
5
LABEL maintainer="Norio Nomura <[email protected]>"
README.md
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@v1
21
- name: GitHub Action for SwiftLint
22
- uses: norio-nomura/action-swiftlint@2.1.0
+ uses: norio-nomura/action-swiftlint@2.2.0
23
env:
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
```
0 commit comments