test: lint

This commit is contained in:
Scott Wilson
2025-10-10 11:34:02 -07:00
parent 912db6f820
commit 48ea19f807

View File

@@ -31,5 +31,5 @@ jobs:
run: npm run type:check
working-directory: frontend
- name: 🏗️ Run Link check
run: npm run lint:fix
run: npm run lint
working-directory: frontend