This commit is contained in:
parent
d5468cf6c1
commit
723b636653
1 changed files with 10 additions and 0 deletions
10
.forgejo/workflows/test.yml
Normal file
10
.forgejo/workflows/test.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
name: CI Test
|
||||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Hello
|
||||
run: echo 'CI is working!'
|
||||
- name: Node version
|
||||
run: node --version
|
||||
Loading…
Add table
Reference in a new issue