diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0f08d65..ad52791 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,8 +21,5 @@ jobs: - name: Install dependencies run: npm install - - name: Run ESLint + - name: Run ESLint and HTMLHint run: npm run lint - - - name: Run HTMLLint - run: npm run lint:html