Skip to content

build(poetry): replace pipenv with poetry #466

build(poetry): replace pipenv with poetry

build(poetry): replace pipenv with poetry #466

Workflow file for this run

name: pre-commit
on: [push, pull_request]
jobs:
pre-commit:
name: pre-commit
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.x"
- name: Checkout
uses: actions/checkout@v3
- uses: pre-commit/action@v3.0.0