From 48ea19f8073da548a3b781a120a3668d613b8ea9 Mon Sep 17 00:00:00 2001 From: Scott Wilson Date: Fri, 10 Oct 2025 11:34:02 -0700 Subject: [PATCH] test: lint --- .github/workflows/check-fe-ts-and-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-fe-ts-and-lint.yml b/.github/workflows/check-fe-ts-and-lint.yml index 9b4d363cf..deb605a9a 100644 --- a/.github/workflows/check-fe-ts-and-lint.yml +++ b/.github/workflows/check-fe-ts-and-lint.yml @@ -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