Skip to content

General code reformat through pre-commit #4

General code reformat through pre-commit

General code reformat through pre-commit #4

Workflow file for this run

name: pre-commit action
on:
pull_request:
branches: [main, develop]
push:
branches: [main, develop]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]