Skip to content

Deploy 344411331e24d61307be65cede4facffd84cad5c #41

Deploy 344411331e24d61307be65cede4facffd84cad5c

Deploy 344411331e24d61307be65cede4facffd84cad5c #41

Workflow file for this run

name: Lint
on: [push, pull_request, workflow_dispatch]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.x"
- uses: pre-commit/action@v3.0.0