feat: add CI
All checks were successful
CI / build (26.3) (push) Successful in 3m7s
CI / build (27.2) (push) Successful in 3m55s
CI / build (28.2) (push) Successful in 3m32s
CI / build (29.1) (push) Successful in 3m39s
CI / build (snapshot) (push) Successful in 2m50s

This commit is contained in:
2023-12-06 19:49:59 +01:00
parent 9942e063b3
commit 49b6ca3efe
5 changed files with 106 additions and 9 deletions

14
Eask Normal file
View File

@@ -0,0 +1,14 @@
(package "quick-find-files"
"0.2.1"
"Quickly find files in directories and by extension")
(website-url "https://labs.phundrak.com/phundrak/quick-find-files.el")
(keywords "convenience")
(package-file "quick-find-files.el")
(script "test" "echo \"Error: no test specified\" && exit 1")
(source "gnu")
(depends-on "emacs" "26.1")