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