From c8e723a53d622131ec78dc3ea252c4d292ec2f7a Mon Sep 17 00:00:00 2001 From: AdrienWehrle Date: Wed, 11 Sep 2024 22:13:01 +0200 Subject: [PATCH] add elisp linter --- .github/workflows/main.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..9a65c01 --- /dev/null +++ b/.github/workflows/main.yml @@ -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