aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2022-02-22 21:12:30 -0500
committerKyle Meyer <kyle@kyleam.com>2022-02-22 21:12:30 -0500
commit4e86b4cd2462ba45fd5fa991f12910b1fcb18e91 (patch)
tree4d411ccdf24b06420752a618db18644c6be03c38 /.github
parent3e5f73c259b6134bce6b4fd01830833a3f585cef (diff)
downloadsnakemake-mode-4e86b4cd2462ba45fd5fa991f12910b1fcb18e91.tar.gz
make: Drop transient from the load path
This is no longer needed following the switch from Magit Popup to Transient.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 17e4f0b..b7ff022 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -14,11 +14,6 @@ jobs:
uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- - name: Check out dash
- uses: actions/checkout@v2
- with:
- repository: magnars/dash.el
- path: dash.el
- name: Check out transient
uses: actions/checkout@v2
with: