Skip to content

Commit

Permalink
Fix format check
Browse files Browse the repository at this point in the history
  • Loading branch information
FranzBusch committed Jul 18, 2024
1 parent 4b1a1b3 commit 962b76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_soundness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run format check
run: swift format lint --parallel --recursive --strict
run: swift format lint --strict --recursive --parallel .

0 comments on commit 962b76d

Please sign in to comment.