mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-18 21:34:35 -04:00
Update tests.yml (#4209)
This commit is contained in:
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user