Skip to content

chore: bump virtualenv from 20.26.2 to 20.26.6 #80

chore: bump virtualenv from 20.26.2 to 20.26.6

chore: bump virtualenv from 20.26.2 to 20.26.6 #80

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/action@v3.0.1