Skip to content

Commit e096b22

Browse files
committed
Add CI steps
1 parent 3b7c1bf commit e096b22

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.buildkite/pipeline.yml

+7
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,13 @@ steps:
291291
agents:
292292
system: ${linux}
293293

294+
- label: Check eol is present
295+
key: eol
296+
depends_on: []
297+
command: 'nix develop --command scripts/enforce-eol.sh'
298+
agents:
299+
system: ${linux}
300+
294301
- group: Linux Benchmarks
295302
key: linux-benchmarks
296303
depends_on: linux-nix

0 commit comments

Comments
 (0)