15 lines
207 B
YAML
15 lines
207 B
YAML
|
name: nix-build-publish
|
||
|
|
||
|
on:
|
||
|
push:
|
||
|
branches:
|
||
|
- master
|
||
|
|
||
|
jobs:
|
||
|
check:
|
||
|
runs-on: nix-runner
|
||
|
steps:
|
||
|
- uses: actions/checkout@v4
|
||
|
- run: |
|
||
|
nix flake check --keep-going
|