Skip to content

Generalise Spinup-NEMO to work with DINO data (#30) #51

Generalise Spinup-NEMO to work with DINO data (#30)

Generalise Spinup-NEMO to work with DINO data (#30) #51

Workflow file for this run

name: Formatting
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
formatting:
runs-on: ubuntu-latest
name: Code Formatting and Trailing Whitespace Check
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Run Ruff for code formatting check
uses: astral-sh/ruff-action@v1
with:
args: "format --check"