This commit is contained in:
parent
3904cf98fc
commit
e1e396a768
1 changed files with 10 additions and 0 deletions
10
.forgejo/workflows/build_linux.yaml
Normal file
10
.forgejo/workflows/build_linux.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
name: Build for Linux
|
||||
|
||||
on: [push]
|
||||
jobs:
|
||||
test-build:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: pswilde/norgbackup
|
||||
|
Loading…
Reference in a new issue