Skip to content

Commit

Permalink
Path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeceHumphreys committed Apr 1, 2024
1 parent 5a49477 commit c71443b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,19 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install swift-format
run: brew install swift-format

- name: swift-format Lint
working-directory: swift
run: swift-format lint . --recursive --strict --configuration swift/.swift-format.json
run: swift-format lint . --recursive --strict --configuration swift/swift-format.json
swift-format:
name: Swift Format
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install swift-format
run: brew install swift-format

- name: swift-format Format
working-directory: swift
run: swift-format . --recursive --configuration swift/.swift-format.json
run: swift-format . --recursive --configuration swift/swift-format.json
File renamed without changes.

0 comments on commit c71443b

Please sign in to comment.