Skip to content

Merge branch 'release-0.8.2' #207

Merge branch 'release-0.8.2'

Merge branch 'release-0.8.2' #207

Workflow file for this run

name: Lint code
on:
push:
pull_request:
branches-ignore: [ master ]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
- name: Set up Python 3.9
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
with:
python-version: 3.9
- name: Run pre-commit
uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507