Skip to content

Commit

Permalink
Ignore fileHeader in Actions env
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <[email protected]>
  • Loading branch information
ecdye committed Sep 19, 2024
1 parent 5369b14 commit c6b1c99
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: SwiftFormat
run: swiftformat --lint . --reporter github-actions-log
run: swiftformat --lint . --reporter github-actions-log --disable fileHeader # seems to be broken currently in Actions env

0 comments on commit c6b1c99

Please sign in to comment.