Skip to content

Commit

Permalink
Update SwiftLint action
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-vasilev committed Feb 28, 2024
1 parent 24739dc commit e82cd64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: GitHub Action for SwiftLint
uses: norio-nomura/action-swiftlint@3.2.1
uses: sinoru/actions-swiftlint@v6
with:
args: --strict
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flare_ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ on:
- "[email protected]"
- "Package.swift"
- "Source/FlareUI/**"
- "Tests/**"
- "Tests/FlareUITests/**"

jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: GitHub Action for SwiftLint
uses: norio-nomura/action-swiftlint@3.2.1
uses: sinoru/actions-swiftlint@v6
with:
args: --strict
env:
Expand Down

0 comments on commit e82cd64

Please sign in to comment.