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

Commit 60aa1c2

Browse files
committed
Run SwiftLint on CI
1 parent 57b47f6 commit 60aa1c2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Nodes with values to reuse in the pipeline.
22
common_params:
33
plugins: &common_plugins
4-
- automattic/a8c-ci-toolkit#3.0.1
4+
- automattic/a8c-ci-toolkit#3.1.0
55
env: &common_env
66
IMAGE_ID: xcode-15.0.1
77

@@ -35,6 +35,15 @@ steps:
3535
#################
3636
# Lint
3737
#################
38+
- label: ":swift: SwiftLint"
39+
command: run_swiftlint --strict
40+
plugins: *common_plugins
41+
notify:
42+
- github_commit_status:
43+
context: "SwiftLint"
44+
agents:
45+
queue: "default"
46+
3847
- label: "🧹 Lint"
3948
key: "lint"
4049
command: |

0 commit comments

Comments
 (0)