From 476ff5b44efcc8555f11b98d232f97625da12d44 Mon Sep 17 00:00:00 2001 From: KittenTM Date: Wed, 18 Mar 2026 21:56:37 +0100 Subject: [PATCH] why ninty --- .forgejo/workflows/lint.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index de4d27f..a2afcba 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -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 [