Compare commits

...

1 commit

Author SHA1 Message Date
36f87d6dfa
[CI] Forgejo tests
Some checks failed
/ test (push) Has been cancelled
2024-02-13 01:10:43 +01:00

View file

@ -0,0 +1,8 @@
on: [push]
jobs:
test:
runs-on: docker
image: nixos/nix
steps:
- uses: actions/checkout@v4
- run: nix --version