Skip to content

Bump version: v2.1.0 #18

Bump version: v2.1.0

Bump version: v2.1.0 #18

Workflow file for this run

name: Lint the code
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.8
- run: pip install .
- run: lint-python --install --check