add workflow
Some checks failed
Integration Test / flake-check (push) Failing after 2m41s

This commit is contained in:
2025-04-12 15:10:52 +02:00
parent a8cb853c92
commit 584030431d

View File

@@ -0,0 +1,14 @@
name: "Integration Test"
on:
push:
jobs:
flake-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies for Nix setup action
run: |
apt update -y
apt install sudo -y
- uses: cachix/install-nix-action@v30
- run: nix flake check --no-update-lock-file --accept-flake-config .