Add public Forgejo static site deploy action
Some checks failed
Test / test (push) Failing after 15s

This commit is contained in:
Eric Wendland 2026-07-15 16:18:50 +02:00
commit 38ed25fb76
7 changed files with 521 additions and 0 deletions

View file

@ -0,0 +1,14 @@
---
name: Test
on:
push:
pull_request:
jobs:
test:
runs-on: docker
steps:
- uses: https://data.forgejo.org/actions/checkout@v6
- run: python3 -m pip install pytest
- run: python3 -m pytest -q