Jake Hillion
ec4f9f8af4
All checks were successful
continuous-integration/drone/push Build is passing
Gitea settings for this repo were recently changed to require explicitly rebasing a PR if it isn't already based on main before merging. This makes the drone PR run redundant and it's really slow to run multiple in parallel on the current runner.
28 lines
496 B
YAML
28 lines
496 B
YAML
---
|
|
kind: pipeline
|
|
type: docker
|
|
name: check
|
|
|
|
steps:
|
|
- name: lint
|
|
image: nixos/nix:2.20.1
|
|
commands:
|
|
- nix --extra-experimental-features 'nix-command flakes' fmt
|
|
- git diff --exit-code
|
|
|
|
- name: check
|
|
image: nixos/nix:2.20.1
|
|
commands:
|
|
- nix --extra-experimental-features 'nix-command flakes' flake check
|
|
|
|
trigger:
|
|
event:
|
|
exclude:
|
|
- tag
|
|
- pull_request
|
|
---
|
|
kind: signature
|
|
hmac: 5af72ec77460d7d914f9177c78febed763ea1a33dc0f0e39e7599bbf8f4ad987
|
|
|
|
...
|