Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #115 from mironal/fix-ci
Browse files Browse the repository at this point in the history
fix ci
  • Loading branch information
mironal authored Mar 27, 2022
2 parents cc02c72 + 809afe1 commit 8d5dd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
${{ runner.os }}-spm-
- name: Build tools
if: steps.cache-spm.outputs.cache-hit != 'true'
run: swift build -c release --package-path BuildTools
run: swift run -c release --package-path BuildTools swift-format lint -p --strict --recursive ./Sources ./Tests ./scripts
- name: Lint
run: |
swift run -c release --skip-build --package-path BuildTools swift-format --version
Expand Down

0 comments on commit 8d5dd9e

Please sign in to comment.