Skip to content

Commit

Permalink
Add elisp-check job
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethloeffler committed Apr 1, 2024
1 parent 3926860 commit c75787b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: check

on:
pull_request:
push:
branches:
- main

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: purcell/setup-emacs@master
with:
version: 29.1
- uses: leotaku/elisp-check@master
with:
file: eglot-luau.el

0 comments on commit c75787b

Please sign in to comment.