infrastructure/.forgejo/workflows/eval.yaml
2023-12-15 20:12:50 +01:00

16 lines
275 B
YAML

name: build configuration
on:
pull_request:
branches:
- main
jobs:
build_configs:
runs-on: nix
steps:
- uses: actions/checkout@v3
- name: Build the nodes
run: |
# Enter the shell
nix-shell --run 'colmena build'