Skip to content

add linter/formatter to enforce coding style #4

add linter/formatter to enforce coding style

add linter/formatter to enforce coding style #4

Workflow file for this run

name: pre-commit
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]