diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ee8d42..ad1965f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,5 +18,5 @@ jobs: - run: npm ci || npm install - run: npm run build --if-present - run: npm audit || true - - run: npm lint + - run: npm run lint - run: npm test