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
Some checks are pending
Build Nix modules (dry-run) / build-modules (push) Waiting to run
This commit is contained in:
parent
1a0b4a3a53
commit
dca2e4ffbf
2 changed files with 23 additions and 0 deletions
23
.forgejo/workflows/build-modules.yml
Normal file
23
.forgejo/workflows/build-modules.yml
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue