Skip to content

End 2 End test failure (#1121) #1

End 2 End test failure (#1121)

End 2 End test failure (#1121) #1

Workflow file for this run

name: pre-commit
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
pre-commit:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]
with:
extra_args: --all-files