aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/tests.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 4e6eb11a5..a53ded7e9 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -66,12 +66,12 @@ jobs:
- name: Check Markdown syntax
run: npm run --silent markdownlint
- - name: Check Right-to-left CSS
- run: npm run --silent rtlcss && git diff --exit-code
-
- name: Check CSS syntax
run: npm run --silent stylelint
+ - name: Check Right-to-left CSS
+ run: npm run --silent rtlcss && git diff --exit-code
+
# Shell tests
- name: Use shell cache