diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml new file mode 100644 index 0000000..a61780f --- /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: apt-get update