Skip to content

Commit

Permalink
Merge pull request #80 from winebarrel/fix_ci
Browse files Browse the repository at this point in the history
Use cirruslabs/swiftlint-action
  • Loading branch information
winebarrel authored Jan 14, 2025
2 parents 65893b6 + b7aa895 commit ca3a61b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Lint
uses: norio-nomura/[email protected]
- uses: cirruslabs/swiftlint-action@v1
with:
version: latest
args: --strict

build:
name: Build and Analyse
Expand Down

0 comments on commit ca3a61b

Please sign in to comment.