Files
snippet-manager/.gitea/workflows/ci.yml
7000pctAUTO 1c695700a4
All checks were successful
CI / test (push) Successful in 1s
Test Python only
2026-03-22 12:51:22 +00:00

13 lines
182 B
YAML

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Test Python
run: |
set -x
python3 --version
pip3 --version