Skip to content

![REVIEW 2 & 3 ] (1) ruff.spell-check fixed all files, (2) ruff.format files excluded, and (3) ruff.lint files excluded. (4) Updated Celeris wave-solver. #248

![REVIEW 2 & 3 ] (1) ruff.spell-check fixed all files, (2) ruff.format files excluded, and (3) ruff.lint files excluded. (4) Updated Celeris wave-solver.

![REVIEW 2 & 3 ] (1) ruff.spell-check fixed all files, (2) ruff.format files excluded, and (3) ruff.lint files excluded. (4) Updated Celeris wave-solver. #248

Workflow file for this run

name: Ruff check
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
version: 0.6.1