Skip to content

chore: Add Poetry version 1.6.1 to test matrix #103

chore: Add Poetry version 1.6.1 to test matrix

chore: Add Poetry version 1.6.1 to test matrix #103

Workflow file for this run

name: lint
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.x"
- run: pip install pre-commit
- uses: actions/cache@v3
id: pre-commit-cache
with:
path: ~/.cache/pre-commit
key: key-0
- uses: mfinelli/setup-shfmt@v2
- run: pre-commit run --all-files