acid testing #39

Merged
l4kr merged 1 commits from futonbeta into main 2023-09-13 14:04:51 +00: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