c8h4.io/.build.yml
Christoph Heiss 3f1f051289
build: Run prettier instead of yamllint
Also switch to NixOS as runner image :)

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-04-21 22:03:22 +02:00

15 lines
246 B
YAML

---
image: nixos/unstable
packages:
- nixos.hugo
- nixos.nodePackages_latest.prettier
sources:
- https://git.sr.ht/~c8h4/c8h4.io
tasks:
- lint: |
cd c8h4.io
prettier --check .
- build: |
cd c8h4.io
hugo --minify