Skip to content

mostly done, working on incubate action, state_handler needed #27

mostly done, working on incubate action, state_handler needed

mostly done, working on incubate action, state_handler needed #27

Workflow file for this run

name: Pre-Commit Checks
on:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Checkout code
- uses: actions/setup-python@v3
name: Setup Python
- uses: pre-commit/[email protected]
name: Run Pre-Commit Checks