Skip to content

Introduce pre-commit hooks and GitHub Actions #1

Introduce pre-commit hooks and GitHub Actions

Introduce pre-commit hooks and GitHub Actions #1

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
# SEE https://github.com/pre-commit/action
- uses: pre-commit/[email protected]