Add .forgejo/workflow/test.yml

This commit is contained in:
Nova Cat 2025-01-18 18:49:10 -08:00
parent a220a141ec
commit cb231ea74d

View file

@ -0,0 +1,9 @@
name: Test web app
on: [push,workflow_dispatch]
jobs:
check:
runs-on: docker
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: apt update && apt install python3-pip && pip install flask hypercorn pyOpenSSL