add forgejo actions ci workflow
Some checks failed
CI / build (push) Failing after 1m43s

This commit is contained in:
shuv 2026-08-17 15:28:41 +00:00
parent 1c0e8749fd
commit 36e5f7cc0c

12
.forgejo/workflows/ci.yml Normal file
View 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'