From 377102711306c5e5efaf796de292cafe926aa282 Mon Sep 17 00:00:00 2001 From: p4v4n Date: Tue, 13 Feb 2024 21:32:20 +0530 Subject: [PATCH] Add debug flag to lint --- .github/workflows/lint-emacs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-emacs.yml b/.github/workflows/lint-emacs.yml index a0739d6..2b313d9 100644 --- a/.github/workflows/lint-emacs.yml +++ b/.github/workflows/lint-emacs.yml @@ -51,7 +51,7 @@ jobs: uses: actions/checkout@v2 - name: Lint the project - run: eldev lint -c + run: eldev -d lint -c test: