diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index aaed553..a630df6 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -1,6 +1,8 @@ on: [push] + jobs: test: - runs-on: debian-latest + runs-on: nix steps: - - run: echo All Good + - uses: actions/checkout@v4 + - run: nix --experimental-features 'nix-command flakes' flake check --verbose