File tree 3 files changed +6
-6
lines changed
.github/project_workflows
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 27
27
fetch-depth : 0
28
28
29
29
- name : Run SwiftLint
30
- uses : norio-nomura/action- swiftlint@3.1.0
30
+ uses : docker://norionomura/ swiftlint:0.53.0_swift-5.7
31
31
with :
32
- args : --strict
32
+ args : swiftlint --strict
33
33
34
34
build :
35
35
name : Build
Original file line number Diff line number Diff line change 25
25
fetch-depth : 0
26
26
27
27
- name : Run SwiftLint
28
- uses : norio-nomura/action- swiftlint@3.1.0
28
+ uses : docker://norionomura/ swiftlint:0.53.0_swift-5.7
29
29
with :
30
- args : --strict
30
+ args : swiftlint --strict
31
31
32
32
build :
33
33
name : Build
Original file line number Diff line number Diff line change 25
25
fetch-depth : 0
26
26
27
27
- name : Run SwiftLint
28
- uses : norio-nomura/action- swiftlint@3.1.0
28
+ uses : docker://norionomura/ swiftlint:0.53.0_swift-5.7
29
29
with :
30
- args : --strict
30
+ args : swiftlint --strict
31
31
32
32
build :
33
33
name : Build
You can’t perform that action at this time.
0 commit comments