ci: add checkdoc and lint commands

This commit is contained in:
Jen-Chieh Shen 2022-05-10 16:31:40 +08:00
parent f5eb638750
commit 551e2c8e88

14
Eask
View file

@ -1,12 +1,16 @@
(package "vs-dark-theme"
"1.0"
"Visual Studio IDE dark theme")
(package "line-reminder"
"0.5.1"
"Line annotation for changed and saved lines")
(package-file "vs-dark-theme.el")
(package-file "line-reminder.el")
(source "melpa")
(depends-on "emacs" "24.1")
(depends-on "emacs" "25.1")
(depends-on "indicators")
(depends-on "fringe-helper")
(depends-on "ov")
(depends-on "ht")
(development
(depends-on "ert-runner"))