Skip to content

Commit

Permalink
[Tooling] SwiftLint: Use linter agent instead of default agent (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
spencertransier authored Nov 4, 2024
2 parents 0e120d5 + ba240c6 commit e784e09
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 e784e09

Please sign in to comment.