Skip to content

Prep for a 1.1 release #38

Prep for a 1.1 release

Prep for a 1.1 release #38

Workflow file for this run

name: Pre-Commit
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pre-commit/[email protected]