Skip to content

Modified repo structure and added pre-commit workflow #1

Modified repo structure and added pre-commit workflow

Modified repo structure and added pre-commit workflow #1

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]