infrastructure/.forgejo/workflows/check-meta.yaml
sinavir 8a958087f7 feat(workflows): Move workflows to dedicated runners
This also removes storage01 as a builder
2025-04-28 12:42:51 +02:00

23 lines
513 B
YAML
Generated

###
# This file was automatically generated with nix-actions.
jobs:
check_dns:
runs-on: nix-infra
steps:
- uses: actions/checkout@v3
- name: Check the validity of the DNS configuration
run: nix-build meta/verify.nix -A dns
check_meta:
runs-on: nix-infra
steps:
- uses: actions/checkout@v3
- name: Check the validity of meta options
run: nix-build meta/verify.nix -A meta
name: Check meta
on:
pull_request:
branches:
- main
push:
paths:
- meta/*