http-barf/.woodpecker.yml

11 lines
207 B
YAML
Raw Permalink Normal View History

2024-07-21 20:00:19 +03:00
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