Create check.yml

This commit is contained in:
Sanjay Chacku Purakal 2024-04-24 13:22:42 +02:00 committed by GitHub
parent ae79e13330
commit 15aeec3aab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
.github/workflows/check.yml vendored Normal file
View 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