aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/tests.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 25295ebd1..9b5e9d03c 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -58,16 +58,16 @@ jobs:
- run: npm install
- name: Check JavaScript syntax
- run: npm run eslint
+ run: npm run --silent eslint
- name: Check Markdown syntax
- run: npm run markdownlint
+ run: npm run --silent markdownlint
- name: Check Right-to-left CSS
- run: npm run rtlcss && git diff --exit-code
+ run: npm run --silent rtlcss && git diff --exit-code
- name: Check CSS syntax
- run: npm run stylelint
+ run: npm run --silent stylelint
# Shell tests