Skip to content

Commit

Permalink
[#521] Update Mark's approach
Browse files Browse the repository at this point in the history
  • Loading branch information
ducbm051291 committed Nov 15, 2023
1 parent 10c83d9 commit a571c23
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@master
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@master
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@master
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 a571c23

Please sign in to comment.