diff options
| author | matt korwel <[email protected]> | 2025-06-24 21:18:51 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-25 04:18:51 +0000 |
| commit | 9a093e4b51f3079ed3856da285f37bb21aeb483f (patch) | |
| tree | 1867169c322fe12d538564655cde2d9af5ca9a9f /.github | |
| parent | 4cc2b27f1d0169bc794f48f160b3825a64f8c042 (diff) | |
CI: Linting Fix (#1413)
Co-authored-by: Scott Densmore <[email protected]>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
