Skip to content

test fix

test fix #291

Workflow file for this run

name: Lint
on: push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.11
- uses: actions/cache@v3
with:
path: ~/.cache/pip
key: v1/${{ runner.os }}/pip/${{ hashFiles('{requirements,development}.txt') }}
restore-keys: v1/${{ runner.os }}/pip/
- run: make lint