Skip to content

Commit

Permalink
002
Browse files Browse the repository at this point in the history
  • Loading branch information
swiftanon committed Aug 28, 2024
1 parent 6bb4915 commit 340436a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
file *
find . -type f -exec file {} \;
- name: Run SwiftFormat with debugging
run: |
swiftformat --lint . --verbose --debug
- name: Reformat Files
run: |
swiftformat .

0 comments on commit 340436a

Please sign in to comment.