Skip to content

Updated PR for seaice notebook. #167

Updated PR for seaice notebook.

Updated PR for seaice notebook. #167

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]