Skip to content

Add pre-commit / update workflows / format files #8

Add pre-commit / update workflows / format files

Add pre-commit / update workflows / format files #8

Workflow file for this run

name: Pull Request Validation
on:
pull_request:
jobs:
validate-pr:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Black
uses: psf/[email protected]