Skip to content

Support creating the OSISM configuration after successful migration #107

Support creating the OSISM configuration after successful migration

Support creating the OSISM configuration after successful migration #107

name: py:pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- run: pip install .[tests]
- uses: pre-commit/[email protected]