ci(nodejs): lint for unused imports (#2673)

This commit is contained in:
Will Jones
2025-09-23 18:49:42 -07:00
committed by GitHub
parent d6cc68f671
commit 48e5caabda
12 changed files with 107 additions and 21 deletions

View File

@@ -116,7 +116,7 @@ jobs:
set -e
npm ci
npm run docs
if ! git diff --exit-code -- . ':(exclude)Cargo.lock'; then
if ! git diff --exit-code -- ../ ':(exclude)Cargo.lock'; then
echo "Docs need to be updated"
echo "Run 'npm run docs', fix any warnings, and commit the changes."
exit 1