Skip to content

Commit 9bae9c0

Browse files
authored
Merge pull request #539 from nimblehq/chore/521-update-latest-swiftlint-action
[#521] [Chore] Update SwiftLint in GitHub Workflows to the newest version
2 parents 6809fca + a571c23 commit 9bae9c0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/project_workflows/deploy_app_store.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Run SwiftLint
30-
uses: norio-nomura/action-swiftlint@3.1.0
30+
uses: docker://norionomura/swiftlint:0.53.0_swift-5.7
3131
with:
32-
args: --strict
32+
args: swiftlint --strict
3333

3434
build:
3535
name: Build

.github/project_workflows/deploy_production_firebase.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Run SwiftLint
28-
uses: norio-nomura/action-swiftlint@3.1.0
28+
uses: docker://norionomura/swiftlint:0.53.0_swift-5.7
2929
with:
30-
args: --strict
30+
args: swiftlint --strict
3131

3232
build:
3333
name: Build

.github/project_workflows/deploy_staging_firebase.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Run SwiftLint
28-
uses: norio-nomura/action-swiftlint@3.1.0
28+
uses: docker://norionomura/swiftlint:0.53.0_swift-5.7
2929
with:
30-
args: --strict
30+
args: swiftlint --strict
3131

3232
build:
3333
name: Build

0 commit comments

Comments
 (0)