2023-12-12 17:29:16 +01:00
|
|
|
name: build configuration
|
|
|
|
on:
|
|
|
|
pull_request:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
build_configs:
|
2023-12-15 20:12:50 +01:00
|
|
|
runs-on: nix
|
2023-12-12 17:29:16 +01:00
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v3
|
|
|
|
|
2023-12-12 17:34:19 +01:00
|
|
|
- name: Build the nodes
|
2023-12-12 17:29:16 +01:00
|
|
|
run: |
|
|
|
|
# Enter the shell
|
2023-12-12 17:34:19 +01:00
|
|
|
nix-shell --run 'colmena build'
|