Add CI to run rethemendex.sh (#9577)

This commit is contained in:
Michael Telatynski 2022-11-14 18:31:20 +00:00 committed by GitHub
parent ebb0e2e520
commit 272aae0973
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 64 additions and 73 deletions

View file

@ -76,6 +76,16 @@ jobs:
name: "i18n Check"
uses: matrix-org/matrix-react-sdk/.github/workflows/i18n_check.yml@develop
rethemendex_lint:
name: "Rethemendex Check"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: ./res/css/rethemendex.sh
- run: git diff --exit-code
js_lint:
name: "ESLint"
runs-on: ubuntu-latest