Skip to content

SENATOROV

SENATOROV #8

Workflow file for this run

name: "SENATOROV"
permissions:
contents: write
on:
push:
branches:
- "**"
schedule:
- cron: "0 0 * * *" # Run every day
workflow_dispatch:
create:
delete:
release:
issues:
pull_request:
branches:
- "**"
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip install --user ruff
- run: ruff check --fix --output-format=github $(git ls-files '*.py' '*.ipynb') # Lint Python files