diff options
| author | Mohsin Kaleem <mohkale@kisara.moe> | 2023-10-17 21:20:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-17 21:20:38 +0100 |
| commit | 51b8a796b666c6ec7f961e5cb2e05c6aa60475f6 (patch) | |
| tree | dc105b4fb5d61adea468a57a62461669f2dae6a3 /.github | |
| parent | f57d21ef1f36f00930001fc3a22bd7e4a9fa16c9 (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.yml | 2 |
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 |
