File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
FROM norionomura/swiftlint:swift-5.1
2
- LABEL version="3.0.1 "
2
+ LABEL version="3.1.0 "
3
3
LABEL repository="https://github.com/norio-nomura/action-swiftlint"
4
4
LABEL homepage="https://github.com/norio-nomura/action-swiftlint"
5
5
LABEL maintainer=
"Norio Nomura <[email protected] >"
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
22
22
steps :
23
23
- uses : actions/checkout@v1
24
24
- name : GitHub Action for SwiftLint
25
- uses : norio-nomura/action-swiftlint@3.0.1
25
+ uses : norio-nomura/action-swiftlint@3.1.0
26
26
- name : GitHub Action for SwiftLint with --strict
27
- uses : norio-nomura/action-swiftlint@3.0.1
27
+ uses : norio-nomura/action-swiftlint@3.1.0
28
28
with :
29
29
args : --strict
30
30
- name : GitHub Action for SwiftLint (Only files changed in the PR)
31
- uses : norio-nomura/action-swiftlint@3.0.1
31
+ uses : norio-nomura/action-swiftlint@3.1.0
32
32
env :
33
33
DIFF_BASE : ${{ github.base_ref }}
34
34
` ` `
You can’t perform that action at this time.
0 commit comments