This commit is contained in:
parent
44345210a6
commit
9a451e6d1c
@ -1,7 +1,4 @@
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [main]
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -11,3 +8,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check Nix flake inputs
|
||||
uses: DeterminateSystems/flake-checker-action@main # This action
|
||||
- name: Install Nix
|
||||
uses: DeterminateSystems/determinate-nix-action@v3
|
||||
- name: Build default package
|
||||
run: nix build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user