Create check.yml
This commit is contained in:
parent
ae79e13330
commit
15aeec3aab
1 changed files with 16 additions and 0 deletions
16
.github/workflows/check.yml
vendored
Normal file
16
.github/workflows/check.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
name: check-flake
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
name: Check nix flake
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- name: Check Nix flake inputs
|
||||||
|
uses: DeterminateSystems/flake-checker-action@v4
|
Loading…
Add table
Reference in a new issue