Skip to content

Commit 4e38c86

Browse files
authored
Merge pull request #13 from norio-nomura/prepare-2.2.0
Prepare 2.2.0
2 parents fdb8426 + 7aba9ef commit 4e38c86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM norionomura/swiftlint:swift-5.1.1
2-
LABEL version="2.1.0"
1+
FROM norionomura/swiftlint:swift-5.1
2+
LABEL version="2.2.0"
33
LABEL repository="https://github.com/norio-nomura/action-swiftlint"
44
LABEL homepage="https://github.com/norio-nomura/action-swiftlint"
55
LABEL maintainer="Norio Nomura <[email protected]>"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: GitHub Action for SwiftLint
22-
uses: norio-nomura/action-swiftlint@2.1.0
22+
uses: norio-nomura/action-swiftlint@2.2.0
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
```

0 commit comments

Comments
 (0)