Skip to content

chore(deps): bump certifi from 2022.12.7 to 2023.7.22 #10

chore(deps): bump certifi from 2022.12.7 to 2023.7.22

chore(deps): bump certifi from 2022.12.7 to 2023.7.22 #10

Workflow file for this run

name: Lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Run lint
run: |
pip3 install -U poetry==1.3.1
poetry install --no-root
poetry run black --check .
poetry run isort --check .