Skip to content

Commit

Permalink
Do not pass CI if linter fails (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed authored Jun 10, 2024
1 parent 909f388 commit aa57f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Lint Swift
run: swift run --package-path CLI swiftformat --swiftversion 5.10 .
run: swift run --package-path CLI swiftformat --swiftversion 5.10 . --lint

0 comments on commit aa57f49

Please sign in to comment.