Skip to content

Update release

Update release #8

Workflow file for this run

name: Linting and Formatting
on:
pull_request:
branches: [ main ]
jobs:
pre-commit:
name: Run pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]