Skip to content

Pre-commit

Pre-commit #52

Workflow file for this run

name: Pre-commit
on:
workflow_dispatch:
jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/pre-commit