why ninty

This commit is contained in:
kittentm 2026-03-18 21:56:37 +01:00
commit 476ff5b44e
No known key found for this signature in database
GPG key ID: AC43DFDBC1F44A91

View file

@ -14,9 +14,10 @@ jobs:
run: npm install -g htmlhint stylelint stylelint-config-standard eslint
- name: HTML
run: htmlhint "**/*.html" --ignore "assets/**"
- name: CSS
run: |
echo '{
echo '{
"ignoreFiles": [
"assets/**/*.css",
"users/auth/**/*.css"
@ -36,6 +37,7 @@ jobs:
}
}' > .stylelintrc.json
stylelint "**/*.css" --allow-empty-input --fix || stylelint "**/*.css" --allow-empty-input
- name: JS
run: |
echo "export default [