Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 7ad99f1

Browse files
spencertransiermokagio
authored andcommitted
Remove unneeded quotes
1 parent 05832b6 commit 7ad99f1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ steps:
3333
- label: ":swift: SwiftLint"
3434
command: swiftlint
3535
env:
36-
SWIFTLINT_OPTION_STRICT: "true"
36+
SWIFTLINT_OPTION_STRICT: true
3737
notify:
3838
- github_commit_status:
39-
context: "SwiftLint"
39+
context: SwiftLint
4040
agents:
41-
queue: "linter"
41+
queue: linter
4242

4343
- label: "🧹 Lint"
4444
key: "lint"

0 commit comments

Comments
 (0)