diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 49ac5c43..c5181bb4 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -19,4 +19,4 @@ jobs: - name: Install Dependencies run: npm ci - name: Run ESLint - run: npm run lint-js + run: npm run lint:js diff --git a/.github/workflows/htmlhint.yml b/.github/workflows/htmlhint.yml index ced4e73a..ceba40a1 100644 --- a/.github/workflows/htmlhint.yml +++ b/.github/workflows/htmlhint.yml @@ -19,4 +19,4 @@ jobs: - name: Install Dependencies run: npm ci - name: Run HTMLHint - run: npm run lint-html + run: npm run lint:html diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index 69cd3bbb..88ddbc68 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -19,4 +19,4 @@ jobs: - name: Install Dependencies run: npm ci - name: Run markdownlint - run: npm run lint-md + run: npm run lint:md diff --git a/.github/workflows/stylelint.yml b/.github/workflows/stylelint.yml index d585d873..edf27c42 100644 --- a/.github/workflows/stylelint.yml +++ b/.github/workflows/stylelint.yml @@ -19,4 +19,4 @@ jobs: - name: Install Dependencies run: npm ci - name: Run Stylelint - run: npm run lint-css + run: npm run lint:css diff --git a/.run/npm/lint-js.run.xml b/.run/npm/build.run.xml similarity index 67% rename from .run/npm/lint-js.run.xml rename to .run/npm/build.run.xml index cd050fca..0a4f98f9 100644 --- a/.run/npm/lint-js.run.xml +++ b/.run/npm/build.run.xml @@ -1,9 +1,9 @@ - + -