akirak / bookmark-frecency.el

Sort Emacs bookmarks by frecency
GNU General Public License v3.0
4 stars 2 forks source link

Add Nix flake + melpazoid CI that run in parallel #1

Closed akirak closed 11 months ago

akirak commented 11 months ago

This is a proof of concept for CI that uses https://github.com/emacs-twist/twist.nix/pull/141.

My plan is to use Nix for byte-compiling and testing Emacs Lisp package code and melpazoid for other linting like checkdoc. Melpazoid is mostly needed for sticking with the MELPA's standards, and I rely more on the Emacs byte-compiler nowadays.

I plan on extracting the configuration as a flake-parts module to make it reusable across multiple projects.

akirak commented 11 months ago

There are melpazoid warnings remaining, but I will fix them later before submitting this package. Merging anyway.