Skip to content

Merge pull request #4349 from Antoliny0919/readme-example-consistency #3915

Merge pull request #4349 from Antoliny0919/readme-example-consistency

Merge pull request #4349 from Antoliny0919/readme-example-consistency #3915

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
- name: Set up Python 3.9
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
with:
python-version: 3.9
- name: Run pre-commit
uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507