Skip to content

[ENG-4451][ENG-4456]Fix dashboard and CI template #9

[ENG-4451][ENG-4456]Fix dashboard and CI template

[ENG-4451][ENG-4456]Fix dashboard and CI template #9

Workflow file for this run

name: pre-commit
on:
pull_request:
branches: ['main']
jobs:
pre-commit:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.12'
- run: |
pip install pre-commit
pre-commit run --all-files