Skip to content

Fix badge URL (#602) #957

Fix badge URL (#602)

Fix badge URL (#602) #957

Workflow file for this run

name: Code Quality
on:
push:
branches:
- master
pull_request:
branches:
- '**'
jobs:
check-formatting:
name: Check code/doc formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]