Skip to content

Commit

Permalink
style(template): Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Aug 11, 2024
1 parent d855552 commit 8aa3484
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 22 deletions.
17 changes: 7 additions & 10 deletions templates/default/.github/workflows/check-emacs-lisp.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Check Emacs Lisp

on:
pull_request:
paths-ignore:
Expand All @@ -10,19 +9,17 @@ on:
paths-ignore:
- 'README.*'
workflow_dispatch:

jobs:
compile-and-test:
uses: emacs-twist/elisp-workflows/.github/workflows/compile-and-test.yml@master
# with:
# rice-config: github:emacs-twist/rice-config
# melpa: github:akirak/melpa/akirak
# systems: github:nix-systems/x86_64-linux
# lock-dir: .rice-lock/default

# rice-config: github:emacs-twist/rice-config
# melpa: github:akirak/melpa/akirak
# systems: github:nix-systems/x86_64-linux
# lock-dir: .rice-lock/default
melpazoid:
uses: emacs-twist/elisp-workflows/.github/workflows/melpazoid.yml@master
# with:
# rice-config: github:emacs-twist/rice-config
# melpa: github:akirak/melpa/akirak
# lock-dir: .rice-lock/default
# rice-config: github:emacs-twist/rice-config
# melpa: github:akirak/melpa/akirak
# lock-dir: .rice-lock/default
23 changes: 11 additions & 12 deletions templates/default/flake.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
outputs = {...}: {
elisp-rice = {
packages =
builtins.trace
"[1;31mwarning: To use rice-config, please set the package name(s) in flake.nix[0m"
[
(abort "Please set the package name (without .el)")
];
# Configure tests
tests = {
# buttercup.enable = true;
outputs =
{ ... }:
{
elisp-rice = {
packages =
builtins.trace "[1;31mwarning: To use rice-config, please set the package name(s) in flake.nix[0m"
[ (abort "Please set the package name (without .el)") ];
# Configure tests
tests = {
# buttercup.enable = true;
};
};
};
};
}

0 comments on commit 8aa3484

Please sign in to comment.