diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml new file mode 100644 index 0000000..c29b7fb --- /dev/null +++ b/.forgejo/workflows/build.yaml @@ -0,0 +1,8 @@ +on: [push] +jobs: + test: + runs-on: picard + steps: + # - uses: actions/checkout@v4 + # - run: git clone https://git.aciceri.dev/aciceri/emacs.git + - run: nix --version