From bff93ace3f2e781895954813c63010b3e7b9f72d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Fri, 4 Aug 2023 20:57:15 +0200 Subject: [PATCH] Exclude MathJax-es5 from editorconfig-checker MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- .github/workflows/editorconfig-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/editorconfig-checker.yml b/.github/workflows/editorconfig-checker.yml index ca48bf7..0831955 100644 --- a/.github/workflows/editorconfig-checker.yml +++ b/.github/workflows/editorconfig-checker.yml @@ -11,4 +11,4 @@ jobs: steps: - uses: actions/checkout@v3.5.3 - uses: editorconfig-checker/action-editorconfig-checker@main - - run: editorconfig-checker + - run: editorconfig-checker --exclude MathJax-es5