Skip to content

Commit

Permalink
Fix GitHub Action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
taku0 committed May 20, 2023
1 parent 8d6f6ad commit f764a00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
curl -fsSL https://raw.github.com/doublep/eldev/master/bin/eldev > $ELDEV_DIR/bin/eldev
chmod a+x $ELDEV_DIR/bin/eldev
- name: Run linters
# WORKAROUND: disable for 24 to mitigate "Argument `_length' should appear
# (as _LENGTH) in the doc string".
if: ${{ !startsWith(matrix.version, '24.') }}
run: find ./*.el test/*.el '!' -name '*autoloads.el' -exec ${ELDEV} lint doc re elisp '{}' '+'
- name: Run tests
run: ./scripts/run_test.sh

0 comments on commit f764a00

Please sign in to comment.