Skip to content

⬆️ Bump importlib-metadata from 6.7.0 to 6.8.0 #1457

⬆️ Bump importlib-metadata from 6.7.0 to 6.8.0

⬆️ Bump importlib-metadata from 6.7.0 to 6.8.0 #1457

name: Codestyle Check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Python 3.10
uses: actions/[email protected]
with:
python-version: "3.10"
- name: Install poetry
run: make poetry-download
- name: Install dependencies
run: |
poetry config virtualenvs.in-project true
poetry install
- name: Run style checks
run: make check-codestyle