Skip to content

ADD: Example plot cvd colorbars.py #92

ADD: Example plot cvd colorbars.py

ADD: Example plot cvd colorbars.py #92

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@v2
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]