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: