Skip to content

Commit

Permalink
add elisp linter
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienWehrle committed Sep 11, 2024
1 parent 953f487 commit c8e723a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: elisp-linter

on:
pull_request:
push:
branches:
- main

jobs:
check:
runs-on: ubuntu-latest
steps:
uses: leotaku/elisp-check@master
with:
check: load-file
file: init.el

0 comments on commit c8e723a

Please sign in to comment.