diff options
| author | 2022-02-07 13:41:30 +0100 | |
|---|---|---|
| committer | 2022-02-07 13:41:30 +0100 | |
| commit | 2fd8ce686778cdb1f7c4ad23e9989fdf558d72ed (patch) | |
| tree | 9064507f3eb0bdb8df0f89ba353a2554441bbaab | |
| parent | 946b0a0876f1c14ada9ceac62a70d6af170a2d33 (diff) | |
Update tests.yml (#4209)
| -rw-r--r-- | .github/workflows/tests.yml | 6 |
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 |
