Skip to content

chore: update main branch for 0.9.0-beta release #745

chore: update main branch for 0.9.0-beta release

chore: update main branch for 0.9.0-beta release #745

Workflow file for this run

name: Pre-commit Checks
on:
pull_request:
branches:
- main
- development
workflow_dispatch:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run pre-commit
uses: pre-commit/[email protected]
with:
extra_args: "--all-files"