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

Commit 74aced7

Browse files
Remove unneeded quotes
1 parent 350f6ef commit 74aced7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ steps:
4040
- label: ":swift: SwiftLint"
4141
command: swiftlint
4242
env:
43-
SWIFTLINT_OPTION_STRICT: "true"
43+
SWIFTLINT_OPTION_STRICT: true
4444
notify:
4545
- github_commit_status:
46-
context: "SwiftLint"
46+
context: SwiftLint
4747
agents:
48-
queue: "linter"
48+
queue: linter
4949

5050
- label: "🧹 Lint"
5151
key: "lint"

0 commit comments

Comments
 (0)