Skip to content

Commit

Permalink
Remove unneeded quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
spencertransier committed Nov 2, 2024
1 parent 661dad9 commit 8feeec5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ steps:
- label: ":swift: SwiftLint"
command: swiftlint
env:
SWIFTLINT_OPTION_STRICT: "true"
SWIFTLINT_OPTION_STRICT: true
notify:
- github_commit_status:
context: "SwiftLint"
context: SwiftLint
agents:
queue: "linter"
queue: linter

- label: "🧹 Lint"
key: "lint"
Expand Down

0 comments on commit 8feeec5

Please sign in to comment.