Skip to content

updating poetry and github action versions #26

updating poetry and github action versions

updating poetry and github action versions #26

Workflow file for this run

name: Linting
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: abatilo/actions-poetry@v2
- name: install dependencies
run: poetry install
- name: flake8
run: poetry run flake8