This commit is contained in:
parent
1c0e8749fd
commit
36e5f7cc0c
1 changed files with 12 additions and 0 deletions
12
.forgejo/workflows/ci.yml
Normal file
12
.forgejo/workflows/ci.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
name: CI
|
||||
on: [push]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
- run: node -e "console.log('Forgejo Actions works, node', process.version)"
|
||||
- run: echo 'GH-Actions-syntax workflow ran unmodified on Forgejo'
|
||||
Loading…
Add table
Reference in a new issue