Skip to content

Fix some titles and get the full sea ice diagnostics working again #302

Fix some titles and get the full sea ice diagnostics working again

Fix some titles and get the full sea ice diagnostics working again #302

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]