acid testing
Some checks failed
Lint / lint (pull_request) Failing after 16s

This commit is contained in:
l4kr 2023-09-13 15:54:45 +02:00
parent 5a79ebceed
commit 15b5d1fbe4

View File

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