Skip to content

Bump version to 0.1.0 #387

Bump version to 0.1.0

Bump version to 0.1.0 #387

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/