Skip to content

pyproject: Bump version after release #410

pyproject: Bump version after release

pyproject: Bump version after release #410

Workflow file for this run

name: lint
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.11'
- run: pip install ruff
- run: ruff check beangulp/ examples/