Skip to content

Migrate config renovate.json5 (#39) #361

Migrate config renovate.json5 (#39)

Migrate config renovate.json5 (#39) #361

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
cache: pip
- run: pip install .[dev]
- run: tox run -e lint