Skip to content

Styling and content updates post-CLR #10

Styling and content updates post-CLR

Styling and content updates post-CLR #10

Workflow file for this run

name: formatting
on:
push:
branches: ['main']
pull_request:
branches: ['main']
workflow_dispatch:
jobs:
pre-commit:
name: pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.1