This commit is contained in:
commit
2ecdf0c9c9
1 changed files with 21 additions and 0 deletions
21
.forgejo/workflows/ci.yml
Normal file
21
.forgejo/workflows/ci.yml
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
name: CI test
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ci
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
|
- name: Environment
|
||||||
|
run: |
|
||||||
|
uname -a
|
||||||
|
node --version
|
||||||
|
pwd
|
||||||
|
ls -la
|
||||||
|
|
||||||
|
- name: Test
|
||||||
|
run: echo "Forgejo CI works"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue