aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMohsin Kaleem <mohkale@kisara.moe>2023-10-17 21:20:38 +0100
committerGitHub <noreply@github.com>2023-10-17 21:20:38 +0100
commit51b8a796b666c6ec7f961e5cb2e05c6aa60475f6 (patch)
treedc105b4fb5d61adea468a57a62461669f2dae6a3 /.github
parentf57d21ef1f36f00930001fc3a22bd7e4a9fa16c9 (diff)
Restructure and refactor apheleia package (#215)
CLOSES #212 PR to restructure apheleia to make it more modular and improve some of the separation of concerns. Before merging we should make sure that we don't reintroduce the issues from #181.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index dff8cf0..5bda9d5 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- emacs_version: [26, 27, 28, "master"]
+ emacs_version: [27, 28, "master"]
steps:
- name: Checkout
uses: actions/checkout@v4