File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
FROM norionomura/swiftlint:swift-5
2
- LABEL version="3.1 .0"
2
+ LABEL version="3.2 .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,17 +22,17 @@ jobs:
22
22
steps :
23
23
- uses : actions/checkout@v1
24
24
- name : GitHub Action for SwiftLint
25
- uses : norio-nomura/action-swiftlint@3.1 .0
25
+ uses : norio-nomura/action-swiftlint@3.2 .0
26
26
- name : GitHub Action for SwiftLint with --strict
27
- uses : norio-nomura/action-swiftlint@3.1 .0
27
+ uses : norio-nomura/action-swiftlint@3.2 .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.1 .0
31
+ uses : norio-nomura/action-swiftlint@3.2 .0
32
32
env :
33
33
DIFF_BASE : ${{ github.base_ref }}
34
34
- name : GitHub Action for SwiftLint (Different working directory)
35
- uses : norio-nomura/action-swiftlint@3.1 .0
35
+ uses : norio-nomura/action-swiftlint@3.2 .0
36
36
env :
37
37
WORKING_DIRECTORY : Source
38
38
` ` `
You can’t perform that action at this time.
0 commit comments