From ccfaf222711e8293bb5d50c19ae0deaac02b7c2e Mon Sep 17 00:00:00 2001 From: p4v4n Date: Wed, 14 Feb 2024 02:18:56 +0530 Subject: [PATCH] Cleanup --- .github/workflows/lint-emacs.yml | 3 +-- Eldev | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-emacs.yml b/.github/workflows/lint-emacs.yml index 53025c4..266add8 100644 --- a/.github/workflows/lint-emacs.yml +++ b/.github/workflows/lint-emacs.yml @@ -51,10 +51,9 @@ jobs: uses: actions/checkout@v4 - name: Lint the project - run: eldev -d lint -cO + run: make lint test: - runs-on: ubuntu-latest # continue-on-error: ${{matrix.emacs_version == 'snapshot'}} diff --git a/Eldev b/Eldev index 22ea704..e6b3c00 100644 --- a/Eldev +++ b/Eldev @@ -4,6 +4,8 @@ (eldev-use-package-archive 'gnu-elpa) (eldev-use-package-archive 'nongnu-elpa) + +(eldev-use-package-archive 'melpa-stable) (eldev-use-package-archive 'melpa-unstable) (eldev-use-plugin 'autoloads)