Skip to content

Commit

Permalink
Re-enable SwiftLint via marketplace action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Apr 9, 2023
1 parent 253ef90 commit 804586d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -23,8 +23,10 @@ jobs:
# - name: Run AnyLint
# run: anylint

# - name: Run SwiftLint
# run: swiftlint --strict
- name: Run SwiftLint
uses: norio-nomura/action-swiftlint@3.2.1
with:
args: --strict

- name: Run tests
run: swift test

0 comments on commit 804586d

Please sign in to comment.