fix: simplest possible workflow
All checks were successful
CI / test (push) Successful in 1s

This commit is contained in:
2026-02-02 04:26:24 +00:00
parent b4b74a5676
commit 339e36fece

View File

@@ -1,25 +1,6 @@
name: CI
on: [push, pull_request]
jobs:
build:
test:
runs-on: ubuntu-latest
steps:
- name: Clone repo
run: |
git clone https://${{ gitea.server }}/${{ gitea.repository }} repo
cd repo
git checkout ${{ gitea.sha }}
- name: Check files
run: |
cd repo
ls -la
- name: Verify Python
run: |
python3 --version
- name: Done
run: echo "CI completed"
steps: [ { run: "echo hello" } ]