Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
p4v4n committed Feb 13, 2024
1 parent 3c1c0f0 commit ccfaf22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint-emacs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'}}

Expand Down
2 changes: 2 additions & 0 deletions Eldev
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ccfaf22

Please sign in to comment.