Skip to content

Update dependency typer to v0.12.4 (#18) #9

Update dependency typer to v0.12.4 (#18)

Update dependency typer to v0.12.4 (#18) #9

Workflow file for this run

name: tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11
- run: pip install ruff
- run: ruff check .