From c2e876d05938ecb4fc903ef07f5fc620f619824f Mon Sep 17 00:00:00 2001 From: Matthias Kleine Date: Mon, 13 Jan 2025 10:14:41 +0100 Subject: [PATCH] Test and release --- .github/workflows/test-and-release.yml | 1 + eslint.config.cjs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 80c87d68..b54c1672 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -30,6 +30,7 @@ jobs: with: node-version: '20.x' lint: true + lint-command: 'npm run lint .' adapter-tests: if: contains(github.event.head_commit.message, '[skip ci]') == false diff --git a/eslint.config.cjs b/eslint.config.cjs index 7069ce19..95749578 100644 --- a/eslint.config.cjs +++ b/eslint.config.cjs @@ -10,7 +10,7 @@ const compat = new FlatCompat({ }); module.exports = [{ - ignores: ['.dev-server/**', 'admin/custom/**', 'admin/rules/**', 'src/**', 'src-admin/**', 'admin/blockly.js'], + ignores: ['.dev-server/**', 'admin/custom/**', 'admin/rules/**', 'src/**', 'src-admin/**', 'admin/blockly.js', 'admin/words.js'], }, ...compat.extends('eslint:recommended'), { languageOptions: { globals: {