Add forgejo test job
Some checks are pending
Test / pytest (push) Waiting to run

This commit is contained in:
polyfloyd 2025-03-23 14:05:06 +01:00
parent cdf651b804
commit afe29ad80d

View file

@ -0,0 +1,20 @@
name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_call:
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: pytest