Skip to content

Merge branch 'release-1.40.64' into develop #5402

Merge branch 'release-1.40.64' into develop

Merge branch 'release-1.40.64' into develop #5402

Workflow file for this run

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