Skip to content

Commit

Permalink
fix .swift-format contents
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberbeni committed Oct 23, 2024
1 parent 1d0c039 commit 4c52e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-extended.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
version: '*'
- name: Test tool in path
run: |
touch .swift-format
echo '{"version":1}' > ./.swift-format
echo "class Test {}" > ./test.swift
swift-format lint ./test.swift
swift-format ./test.swift
sourcery:
runs-on: macos-latest
Expand Down

0 comments on commit 4c52e0c

Please sign in to comment.