Skip to content

Commit

Permalink
Replace Unicode emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
iangmaia committed Sep 10, 2024
1 parent 4c31530 commit 00b2425
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 @@ -5,17 +5,17 @@ env:
IMAGE_ID: xcode-15.4

steps:
- label: "🕵️ Lint"
- label: ":sleuth_or_spy: Lint"
command: make lint
agents:
queue: default

- label: "🔬 Test"
- label: ":microscope: Test"
command: make test
agents:
queue: default

- label: "☢️ Danger - PR Check"
- label: ":radioactive_sign: Danger - PR Check"
command: danger
key: danger
if: build.pull_request.id != null
Expand Down

0 comments on commit 00b2425

Please sign in to comment.