Skip to content

bump version to 0.2.3 and update dependency specifications in pyproje… #52

bump version to 0.2.3 and update dependency specifications in pyproje…

bump version to 0.2.3 and update dependency specifications in pyproje… #52

Workflow file for this run

name: Flake8 Linting
on: [ push, pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Install dependencies
run: |
poetry install --with dev
- name: Lint
run: |
poetry run flake8