Skip to content

Commit

Permalink
ci: fix swiftformat job with plugin removed
Browse files Browse the repository at this point in the history
  • Loading branch information
GNMoseke committed Feb 19, 2025
1 parent 54eeea2 commit f8ce9b9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ on:

jobs:
lint:
name: Check Formatting
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: SwiftFormat lint
run: swift package plugin --allow-writing-to-package-directory swiftformat --lint
- name: SwiftFormat
run: swiftformat --lint . --reporter github-actions-log

test-macos:
name: Test macOS using Xcode latest-stable
Expand Down

0 comments on commit f8ce9b9

Please sign in to comment.