infrastructure/.forgejo/workflows/check-meta.yaml

24 lines
501 B
YAML
Raw Normal View History

2025-01-15 10:49:10 +01:00
###
# This file was automatically generated with nix-actions.
2024-03-29 14:37:21 +01:00
jobs:
check_dns:
2024-03-29 14:37:21 +01:00
runs-on: nix
steps:
- uses: actions/checkout@v3
- name: Check the validity of the DNS configuration
run: nix-build meta/verify.nix -A dns
check_meta:
2024-03-29 14:37:21 +01:00
runs-on: nix
steps:
- uses: actions/checkout@v3
- name: Check the validity of meta options
run: nix-build meta/verify.nix -A meta
name: Check meta
2024-11-19 00:53:33 +01:00
on:
pull_request:
branches:
- main
push:
paths:
- meta/*