Skip to content

Allow to specify working directory (#11) #25

Allow to specify working directory (#11)

Allow to specify working directory (#11) #25

Workflow file for this run

name: Lint the code
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.8
- run: pip install .
- run: lint-python --install --check