Skip to content

Commit

Permalink
Use linter agent instead of default agent for SwiftLint
Browse files Browse the repository at this point in the history
  • Loading branch information
spencertransier committed Nov 1, 2024
1 parent 0e120d5 commit ba240c6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ steps:
queue: mac

- label: ":swift: SwiftLint"
command: run_swiftlint --strict
plugins: [$CI_TOOLKIT_PLUGIN]
command: swiftlint
env:
SWIFTLINT_OPTION_STRICT: true
notify:
- github_commit_status:
context: "SwiftLint"
context: SwiftLint
agents:
queue: default
queue: linter

- label: "🛠 Verify App Store Target Builds"
command: .buildkite/commands/build-and-test-app-store.sh
Expand Down

0 comments on commit ba240c6

Please sign in to comment.