Skip to content

Add in CESM2 and CESM1 LENS data and fix axes in sea ice plots. #362

Add in CESM2 and CESM1 LENS data and fix axes in sea ice plots.

Add in CESM2 and CESM1 LENS data and fix axes in sea ice plots. #362

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/[email protected]