Renovate Bot 7b990d6417
All checks were successful
books / lint (push) Successful in 1m5s
chore(deps): update python to v3.13.2
2025-02-12 00:02:11 +00:00

16 lines
341 B
YAML

name: books
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
container: python:3.13.2
steps:
- run: apt-get update
- run: apt-get install -y git nodejs
- uses: actions/checkout@v4
- uses: Gr1N/setup-poetry@v9
- run: poetry install
- run: poetry run ruff check .
- run: poetry run mypy .