Files
man-card/.gitea/workflows/ci.yml
7000pctAUTO 7e67942584
All checks were successful
CI / test (push) Successful in 1s
Debug Python availability
2026-01-31 22:29:20 +00:00

18 lines
364 B
YAML

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
run: |
git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/man-card.git
ls -la
- name: Check Python
run: |
which python3
python3 --version
python3 -c "print('Hello')"