diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2977866..676c9c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,9 @@ jobs: .github#${{ matrix.emacsPkg }})" # Lint the package - emacs --script .github/run-shim.el -- lint + # ⚠️ linting is quite screwed up for this package, likely because it contains + # commented package headers in the source + # emacs --script .github/run-shim.el -- lint # Lint the tests emacs --script .github/run-shim.el -- lint-tests