Skip to content

[pre-commit.ci] auto fixes from pre-commit.com hooks #250

[pre-commit.ci] auto fixes from pre-commit.com hooks

[pre-commit.ci] auto fixes from pre-commit.com hooks #250

Workflow file for this run

name: Lint code
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.8"
- name: Run pre-commit
uses: pre-commit/[email protected]