diff options
author | William Carroll <wpcarro@gmail.com> | 2020-09-01T15·50+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-09-01T15·50+0100 |
commit | 6961948da59e8a561a3f4343fb1b15dbd56e0d10 (patch) | |
tree | c82c7b2ed73d84e9cced5ec89586868b0479078a /ci | |
parent | baf08416cf8ca0be469fa49f36452c382060a806 (diff) |
Allow Elisp linting to run concurrently with Emacs init
No reason for init-emacs to block lint-elisp.
Diffstat (limited to 'ci')
-rw-r--r-- | ci/pipelines/post-receive.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/pipelines/post-receive.nix b/ci/pipelines/post-receive.nix index fd6db9e1f194..b7a96c820652 100644 --- a/ci/pipelines/post-receive.nix +++ b/ci/pipelines/post-receive.nix @@ -53,7 +53,7 @@ let ./emacs/.emacs.d/wpc/*.el ''; label = ":gnu: lint Emacs"; - depends_on = "init-emacs"; + depends_on = "build-briefcase"; } { key = "build-socrates"; |