hercules is no more (for now)
This commit is contained in:
parent
db413da046
commit
941af36317
3 changed files with 35 additions and 1 deletions
12
.github/workflows/build.yaml
vendored
Normal file
12
.github/workflows/build.yaml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
name: Build flake
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ./.github/actions/install-nix
|
||||
- run: nix flake check
|
Loading…
Add table
Add a link
Reference in a new issue