forked from fediversity/fediversity
13 lines
353 B
YAML
13 lines
353 B
YAML
$schema: https://raw.githubusercontent.com/woodpecker-ci/woodpecker/refs/heads/main/pipeline/frontend/yaml/linter/schema/schema.json
|
|
|
|
when:
|
|
- event: manual
|
|
- event: pull_request
|
|
- event: push
|
|
branch: main
|
|
|
|
steps:
|
|
- name: check-data-model
|
|
image: nixos/nix
|
|
commands:
|
|
- nix-shell --run 'nix-unit ./deployment/data-model-test.nix'
|