Compare commits

..

No commits in common. "bb19859c71b370f0658f86adcac7ae0caf6d39bf" and "6e0c58d75f85907eb126d6685dd0ba20fe9e6d70" have entirely different histories.

View File

@ -1,4 +1,4 @@
name: Lint Workflow
name: Lint
on:
pull_request:
@ -17,14 +17,8 @@ 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 CSS files
# run: npx stylelint '**/*.css' --config .stylelintrc.json
- name: Lint JavaScript files
run: npx eslint '**/*.js'
- name: Lint HTML files