Merge branch 'main' into sampling-form

This commit is contained in:
Nathan Arseneau
2025-04-12 09:51:57 -04:00
37 changed files with 1274 additions and 647 deletions

View File

@@ -26,6 +26,10 @@ jobs:
# - run: npm ci
- run: npm install --no-package-lock
- name: Check linting
working-directory: ./client
run: npm run lint
- name: Run client tests
working-directory: ./client
run: npm test