Skip to content

ADD: Adding colormaps for cmweather #6

ADD: Adding colormaps for cmweather

ADD: Adding colormaps for cmweather #6

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]