diff --git a/.github/workflows/postCommit.yaml b/.github/workflows/postCommit.yaml index 05e03ac1..27684e6f 100644 --- a/.github/workflows/postCommit.yaml +++ b/.github/workflows/postCommit.yaml @@ -159,11 +159,11 @@ jobs: - name: Check environment run: 'npx eslint --env-info && echo ---- && echo "stylelint: "$(npx stylelint --version) && echo ---- && echo "v8r: "$(npx v8r --version) && echo ---- && mkdir -vp .cache && echo ".cache:" && ls -lhA .cache' - name: Run eslint - run: npx eslint --cache --cache-strategy content --cache-location ".cache/" --ext js --exit-on-fatal-error --format @annangela/eslint-formatter-gha --max-warnings 0 ./src + run: npx eslint --cache --cache-strategy content --cache-location ".cache/" --exit-on-fatal-error --format @annangela/eslint-formatter-gha --max-warnings 0 ./src - name: Run stylelint run: npx stylelint --cache --cache-strategy content --cache-location ".cache/" --formatter github --max-warnings 0 "src/**/*.css" - name: Run v8r - run: echo "::group::v8r output" && npx v8r && echo "::endgroup::" + run: npx v8r - name: Check .mailmap if: needs.postCommit.result == 'success' run: node scripts/emailmapChecker/index.js