1
0
Fork 0
forked from DGNum/lab-infra
lab-infra/.forgejo/workflows/check-meta.yaml
sinavir 2ac0a35c5e chore(meta): Revamp and remove DNS for now
We don't have a dns server for the lab infra for now. Later we will
probably reintroduce the tooling for our dns server. This will be good
for people to get into understanding the main infra repository.
2024-10-17 13:36:27 +02:00

17 lines
280 B
YAML

name: Check meta
on:
pull_request:
branches:
- main
push:
paths:
- 'meta/*'
jobs:
check_meta:
runs-on: nix
steps:
- uses: actions/checkout@v3
- name: Check the validity of meta options
run: nix-build meta/verify.nix -A meta