Skip to content

[Code Format] Add pre-commit and foramat all the code #2

[Code Format] Add pre-commit and foramat all the code

[Code Format] Add pre-commit and foramat all the code #2

Workflow file for this run

name: pre-commit
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]