We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c1c0f0 commit ccfaf22Copy full SHA for ccfaf22
.github/workflows/lint-emacs.yml
@@ -51,10 +51,9 @@ jobs:
51
uses: actions/checkout@v4
52
53
- name: Lint the project
54
- run: eldev -d lint -cO
+ run: make lint
55
56
test:
57
-
58
runs-on: ubuntu-latest
59
# continue-on-error: ${{matrix.emacs_version == 'snapshot'}}
60
Eldev
@@ -4,6 +4,8 @@
4
5
(eldev-use-package-archive 'gnu-elpa)
6
(eldev-use-package-archive 'nongnu-elpa)
7
+
8
+(eldev-use-package-archive 'melpa-stable)
9
(eldev-use-package-archive 'melpa-unstable)
10
11
(eldev-use-plugin 'autoloads)
0 commit comments