Skip to content

release: rai-2.0.0 #1400

release: rai-2.0.0

release: rai-2.0.0 #1400

Workflow file for this run

name: Pre-commit Checks
on:
pull_request:
branches:
- main
- development
- rc/rai-2.0.0
workflow_dispatch:
jobs:
pre-commit:
runs-on: ubuntu-22.04
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"