ci: add workflow
CI / check (push) Successful in 8s

This commit is contained in:
gyt
2026-07-09 13:59:17 -04:00
parent a5f9fd5781
commit 87dfcb4219
+9
View File
@@ -0,0 +1,9 @@
name: CI
on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Repo info
run: echo "PRO repo - ready for development"