From 9a093e4b51f3079ed3856da285f37bb21aeb483f Mon Sep 17 00:00:00 2001 From: matt korwel Date: Tue, 24 Jun 2025 21:18:51 -0700 Subject: CI: Linting Fix (#1413) Co-authored-by: Scott Densmore --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7816f93c..1d112e10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: git diff --exit-code - name: Run linter - run: npm run lint + run: npm run lint:ci - name: Build project run: npm run build -- cgit v1.2.3