1
0
Fork 0
forked from DGNum/lab-infra
lab-infra/.forgejo/workflows/check-meta.yaml

18 lines
280 B
YAML
Raw Permalink Normal View History

2024-10-12 00:20:58 +02:00
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