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

This commit is contained in:
gyt
2026-07-09 13:59:19 -04:00
parent a693c24a83
commit cffbe3087c
+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 "_cargo-index repo - ready for development"