Merge pull request 'acid testing' (#38) from futonbeta into main

Reviewed-on: http://gitea.genosjr.moe/l4kr/dashboard-ui/pulls/38
This commit is contained in:
l4kr 2023-09-13 15:55:34 +02:00
commit f6efd4439b

View File

@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: npm install
- name: Lint CSS files
run: npx stylelint '**/*.css'
run: npx stylelint '**/*.css' --config .stylelintrc.json
- name: Lint JavaScript files
run: npx eslint '**/*.js'
- name: Lint HTML files