Files
confgen/.gitea/workflows/ci.yml
7000pctAUTO 251ee3ea1d
All checks were successful
CI / test (push) Successful in 1s
Test pip availability
2026-02-01 21:03:28 +00:00

14 lines
174 B
YAML

name: CI
on:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: whoami
- run: python3 --version
- run: pip --version