diff --git a/.github/workflows/quality-checks.yml b/.github/workflows/quality-checks.yml index 7de4ef4..7bf1d80 100644 --- a/.github/workflows/quality-checks.yml +++ b/.github/workflows/quality-checks.yml @@ -23,7 +23,7 @@ jobs: - name: Install dependencies run: npm install - - name: Run tests - run: npm run test + - name: Run quality checks + run: npm run quality \ No newline at end of file