branch: externals/kiwix commit 9ab1437440d5e2c940a431b2d3454a73d0640435 Author: stardiviner <numbch...@gmail.com> Commit: stardiviner <numbch...@gmail.com>
elisp-checker GitHub Action ignore warnings --- .github/workflows/elisp-checker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/elisp-checker.yaml b/.github/workflows/elisp-checker.yaml index 48a724b..61eaecc 100644 --- a/.github/workflows/elisp-checker.yaml +++ b/.github/workflows/elisp-checker.yaml @@ -19,5 +19,5 @@ jobs: with: check: melpa file: '*.el' - ignore_warnings: false + ignore_warnings: true warnings_as_errors: false