Skip to content

Python CI (reusable) #26

Python CI (reusable)

Python CI (reusable) #26

Workflow file for this run

name: Python CI (reusable)
on:
workflow_dispatch:
schedule:
- cron: "0 6 * * 1" # semanal para mantener el badge vivo
permissions:
contents: read
jobs:
smoke:
name: smoke (python -V)
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: python -V