diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 99cbc364c3..f3d00d69ff 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,5 +29,5 @@ jobs: - name: Install npm dependencies run: npm ci - - name: Lint CSS and JS + - name: Lint run: npm run lint