ci: add check

This commit is contained in:
winston 2024-03-07 15:45:01 +01:00
parent 737084f3c5
commit 291a4423b3
Signed by: winston
GPG key ID: 3786770EDBC2B481

16
.gitea/workflows/ci.yaml Normal file
View file

@ -0,0 +1,16 @@
on:
push:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix flake check --show-trace --accept-flake-config
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json