ci: add flake check

This commit is contained in:
winston 2023-02-20 06:22:25 +01:00
parent 30389781c3
commit 0f2d850dcf
Signed by: winston
GPG key ID: 3786770EDBC2B481

13
.github/workflows/check.yml vendored Normal file
View file

@ -0,0 +1,13 @@
on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v19
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix flake check
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json