Skip to content

Commit

Permalink
Merge pull request #539 from nimblehq/chore/521-update-latest-swiftli…
Browse files Browse the repository at this point in the history
…nt-action

[#521] [Chore]  Update SwiftLint in GitHub Workflows to the newest version
  • Loading branch information
blyscuit authored Nov 17, 2023
2 parents 6809fca + a571c23 commit 9bae9c0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/project_workflows/deploy_app_store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
fetch-depth: 0

- name: Run SwiftLint
uses: norio-nomura/action-swiftlint@3.1.0
uses: docker://norionomura/swiftlint:0.53.0_swift-5.7
with:
args: --strict
args: swiftlint --strict

build:
name: Build
Expand Down
4 changes: 2 additions & 2 deletions .github/project_workflows/deploy_production_firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
fetch-depth: 0

- name: Run SwiftLint
uses: norio-nomura/action-swiftlint@3.1.0
uses: docker://norionomura/swiftlint:0.53.0_swift-5.7
with:
args: --strict
args: swiftlint --strict

build:
name: Build
Expand Down
4 changes: 2 additions & 2 deletions .github/project_workflows/deploy_staging_firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
fetch-depth: 0

- name: Run SwiftLint
uses: norio-nomura/action-swiftlint@3.1.0
uses: docker://norionomura/swiftlint:0.53.0_swift-5.7
with:
args: --strict
args: swiftlint --strict

build:
name: Build
Expand Down

0 comments on commit 9bae9c0

Please sign in to comment.