From f9bd788bbde8ca3b6e0974f8477391dfdb008f72 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sat, 17 Aug 2024 14:21:53 -0400 Subject: [PATCH] Add tests, Cask, Makefile, and GitHub actions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c0343d..92bc70b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: - name: Run melpazoid env: - RECIPE: (dir-config :repo "jamescherti/dir-config.el" :branch "${{ github.ref_name }}" :fetcher github :files ("outline-indent.el")) + RECIPE: (outline-indent :repo "jamescherti/outline-indent.el" :branch "${{ github.ref_name }}" :fetcher github :files ("outline-indent.el")) EXIST_OK: false run: echo $GITHUB_REF && make -C ~/melpazoid