Compare commits

...

1 commit

Author SHA1 Message Date
877ae9a3a9
[CI] Forgejo tests
Some checks failed
/ test (push) Failing after 2s
2024-02-13 01:13:59 +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