Skip to content

Add rof back in to config.yml and add to jupyterbook section #441

Add rof back in to config.yml and add to jupyterbook section

Add rof back in to config.yml and add to jupyterbook section #441

Workflow file for this run

name: code-style
on:
push:
branches: 'main'
pull_request:
branches: '*'
jobs:
linting:
name: 'pre-commit hooks'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.1