Add .forgejo/workflows/ci.yml
All checks were successful
CI Test / test (push) Successful in 13s

This commit is contained in:
altricade 2026-07-08 19:20:53 +00:00
commit 5e636bd697

View file

@ -0,0 +1,9 @@
name: CI Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "CI is working on Altricade!"
- run: docker --version