Przeglądaj źródła

Update tests.yml (#4209)

maTh 4 lat temu
rodzic
commit
2fd8ce6867
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      .github/workflows/tests.yml

+ 3 - 3
.github/workflows/tests.yml

@@ -66,12 +66,12 @@ jobs:
     - name: Check Markdown syntax
     - name: Check Markdown syntax
       run: npm run --silent markdownlint
       run: npm run --silent markdownlint
 
 
-    - name: Check Right-to-left CSS
-      run: npm run --silent rtlcss && git diff --exit-code
-
     - name: Check CSS syntax
     - name: Check CSS syntax
       run: npm run --silent stylelint
       run: npm run --silent stylelint
 
 
+    - name: Check Right-to-left CSS
+      run: npm run --silent rtlcss && git diff --exit-code
+
     # Shell tests
     # Shell tests
 
 
     - name: Use shell cache
     - name: Use shell cache