Compare commits
1 commit
1bb332566e
...
27cc1480f2
Author | SHA1 | Date | |
---|---|---|---|
27cc1480f2 |
1 changed files with 8 additions and 0 deletions
8
.forgejo/workflows/build.yaml
Normal file
8
.forgejo/workflows/build.yaml
Normal file
|
@ -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
|
Reference in a new issue