Add build-modules.yml for Nix module dry-run workflow
Some checks are pending
Build Nix modules (dry-run) / build-modules (push) Waiting to run

This commit is contained in:
Root User 2026-02-12 18:31:12 +01:00
parent 1a0b4a3a53
commit dca2e4ffbf
Signed by: root
GPG key ID: 087F0A95E5766D72
2 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,23 @@
name: Build Nix modules (dry-run)
on:
push:
branches:
- main
jobs:
build-modules:
runs-on: docker
container:
image: lix:latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run Dry Run (dry-run)
env:
NIX_CONFIG: experimental-features = nix-command flakes
run: |
set -eux
./dry_run.zsh

0
copy_pasta.zsh → dry_run.zsh Normal file → Executable file
View file