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

This commit is contained in:
gyt
2026-07-09 13:58:21 -04:00
parent 12e0ebade5
commit 81e53f7b6b
+14
View File
@@ -0,0 +1,14 @@
name: CI
on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Workspace info
run: |
echo "=== Files ==="
ls -la
echo ""
echo "=== Git status ==="
git log --oneline -5