Skip to content

Commit

Permalink
Put package-lint into CI
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-mueller committed Sep 24, 2023
1 parent e2dfa73 commit 3ff2978
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -52,6 +52,9 @@ jobs:
if: matrix.allow_failure != true
run: '$HOME/.cask/bin/cask exec ert-runner'

- name: Package lint
run: 'cask emacs -Q -batch -f package-lint-batch-and-exit *.el'

- name: Run tests (allow failure)
if: matrix.allow_failure == true
run: $HOME/.cask/bin/cask exec ert-runner || true
1 change: 1 addition & 0 deletions Cask
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
(development
(depends-on "mocker")
(depends-on "ert-runner")
(depends-on "package-lint")
)

0 comments on commit 3ff2978

Please sign in to comment.