Skip to content

Commit

Permalink
add step to GitHub Actions to output the configuration and Swift vers…
Browse files Browse the repository at this point in the history
…ion being used to help diagnose any difference
  • Loading branch information
swiftanon committed Aug 28, 2024
1 parent 4be098b commit d8ca8e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
with:
swift-version: '5.9.2'

- name: Output Swift version and configuration
run: |
swift --version
cat .swiftformat
- name: Fail if files need formatting
run: |
set -e
Expand Down

0 comments on commit d8ca8e9

Please sign in to comment.