This commit is contained in:
parent
10a9676db1
commit
b943a45122
5 changed files with 82 additions and 342 deletions
7
.forgejo/workflows/deploy.yaml
Normal file
7
.forgejo/workflows/deploy.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
angular:
|
||||
runs-on: angular
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: nix develop .
|
||||
Loading…
Add table
Add a link
Reference in a new issue