infrastructure/.drone.yml
Vivian 08b8e24c8c
Some checks reported errors
continuous-integration/drone/push Build was killed
add nixos CI
2022-06-12 17:06:32 +02:00

13 lines
365 B
YAML

kind: pipeline
type: kubernetes
name: default
steps:
- name: yamllint
image: registry.gitlab.com/pipeline-components/yamllint
commands:
- yamllint -c .yamllint.yaml .
- name: nix flake check
image: nixos/nix:master
commands:
- nix --extra-experimental-features nix-command --extra-experimental-features flakes flake check --no-build