diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a1fffe..03d9c74 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -54,9 +54,11 @@ jobs: # The "all" rule is not used, because it treats compilation warnings # as failures, so linting and testing are run as separate steps. + # org-roam-compat is excluded from linting because it contains + # symbols/aliases from other packages - name: Lint continue-on-error: false - run: ./makem.sh -vv --sandbox $SANDBOX_DIR lint + run: ./makem.sh -vv --sandbox $SANDBOX_DIR --exclude org-roam-compat.el lint - name: Test if: always() # Run test even if linting fails.