Skip to content

Add speed-based corrections to the sweep width calculations #214

Add speed-based corrections to the sweep width calculations

Add speed-based corrections to the sweep width calculations #214

Workflow file for this run

name: ESLint
on:
pull_request
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm ci
- name: Run ESLint
run: npm run check