Add Forgejo CI
All checks were successful
CI test / test (push) Successful in 5s

This commit is contained in:
Artyom Titov 2026-09-06 17:48:03 +03:00
commit 2ecdf0c9c9

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