Skip to content

Commit

Permalink
Update GitHub Actions to do lint source.
Browse files Browse the repository at this point in the history
See also https://github.com/leotaku/elisp-check/blob/b931bcc80dbd7e6dd8b3fa05fecd899025bcb811/index.js#L14-L25 for how it works.

Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
  • Loading branch information
gemmaro and ybiquitous authored Aug 5, 2024
1 parent 191de5d commit d1071de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- uses: purcell/setup-emacs@b2aa076508504d3794cc561c18f3fd7f110d9c2d
with:
version: ${{ matrix.emacs-version }}
- uses: leotaku/elisp-check@6a1fc6b11ae66dda13859f8b3474a36dfe3ef225
with:
file: rbs-mode.el
- uses: leotaku/elisp-check@6a1fc6b11ae66dda13859f8b3474a36dfe3ef225
with:
check: ert
Expand Down

0 comments on commit d1071de

Please sign in to comment.