http-barf/.woodpecker.yml
mangoiv 963f5c48ec
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
[chore] add CI
2024-07-21 19:02:13 +02:00

11 lines
207 B
YAML

steps:
formatting:
image: bash
commands: |
nix --max-jobs 3 -Lv flake check
build:
depends_on: [formatting]
image: bash
commands: |
nix --max-jobs 3 -Lv build .#http-barf