Compare commits

...

2 Commits

Author SHA1 Message Date
l4kr
6e0c58d75f Merge pull request 'acid testing' (#39) from futonbeta into main
Reviewed-on: http://gitea.genosjr.moe/l4kr/dashboard-ui/pulls/39
2023-09-13 16:04:50 +02:00
l4kr
89d9d82c31 acid testing
Some checks failed
Lint / lint (pull_request) Failing after 13s
2023-09-13 16:04:10 +02:00

View File

@ -17,8 +17,8 @@ jobs:
node-version: '16.x'
- name: Install dependencies
run: npm install
- name: Lint CSS files
run: npx stylelint '**/*.css' --config .stylelintrc.json
# - name: Lint CSS files
# run: npx stylelint '**/*.css' --config .stylelintrc.json
- name: Lint JavaScript files
run: npx eslint '**/*.js'
- name: Lint HTML files