Managed Flask: app.py, index.html, CI workflow
Deploy drhider / validate (push) Waiting to run

This commit is contained in:
2026-07-11 16:07:22 +04:00
parent a455f9da7b
commit a89df864f9
4 changed files with 384 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
name: Deploy drhider
on:
push:
branches: [master]
jobs:
validate:
runs-on: linux_amd64
steps:
- name: Test runner
run: |
echo "OK"
python3 --version