Skip to content

Merge branch 'main' into dependabot/pip/urllib3-1.26.19 #77

Merge branch 'main' into dependabot/pip/urllib3-1.26.19

Merge branch 'main' into dependabot/pip/urllib3-1.26.19 #77

Workflow file for this run

name: lint
on:
push:
branches-ignore:
- "main"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install dependencies
run: |
python -m pip install poetry
poetry install
- name: Pre Commit
uses: pre-commit/[email protected]