Compare commits

...

2 Commits

Author SHA1 Message Date
l4kr
7c05e7fee9 Merge pull request 'acid testing' (#41) from futonbeta into main
Reviewed-on: http://gitea.genosjr.moe/l4kr/dashboard-ui/pulls/41
2023-09-13 16:12:44 +02:00
l4kr
1693d45864 acid testing
Some checks failed
Lint / lint (pull_request) Failing after 17s
2023-09-13 16:11:53 +02:00
2 changed files with 4 additions and 7 deletions

View File

@ -1,4 +1,4 @@
name: Lint Workflow
name: Lint
on:
pull_request:
@ -17,12 +17,6 @@ jobs:
node-version: '16.x'
- name: Install dependencies
run: npm install
- name: Initialize ESLint configuration file
run: npx eslint --init
- name: Initialize Stylelint configuration file
run: npx stylelint --init
- name: Initialize HTMLHint configuration file
run: npx htmlhint --init
- name: Lint CSS files
run: npx stylelint '**/*.css' --config .stylelintrc.json
- name: Lint JavaScript files

3
.stylelintrc.json Normal file
View File

@ -0,0 +1,3 @@
{
"extends": "stylelint-config-twbs-bootstrap"
}