.forgejo/workflows/proef.yml toevoegen
All checks were successful
proef / test (push) Successful in 1s
All checks were successful
proef / test (push) Successful in 1s
This commit is contained in:
parent
5d234aa5d8
commit
ba6abf3cec
1 changed files with 8 additions and 0 deletions
8
.forgejo/workflows/proef.yml
Normal file
8
.forgejo/workflows/proef.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
name: proef
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: debian-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "de bouwer draait"
|
||||||
|
- run: node --version
|
||||||
Loading…
Add table
Add a link
Reference in a new issue