Playing with CI #1

Merged
aciceri merged 4 commits from aciceri/forgejo into master 2024-03-09 01:18:08 +01:00
Showing only changes of commit af9adc909c - Show all commits

View file

@ -0,0 +1,7 @@
on: [push]
jobs:
test:
runs-on: nix
steps:
- uses: actions/checkout@v3
- run: nix --version