Skip to content

Commit

Permalink
Also test package-lint check separately from melpa check
Browse files Browse the repository at this point in the history
  • Loading branch information
leotaku committed Nov 27, 2023
1 parent e06d85e commit ec40887
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
file: elisp-check.el
check: ${{ matrix.check }}
ignore_warnings: ${{ matrix.ignore_warnings }}
test-builtin:
test-standalone:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -78,6 +78,7 @@ jobs:
- load-file
- byte-compile
- checkdoc
- package-lint
steps:
- uses: actions/checkout@v4
- uses: purcell/setup-emacs@master
Expand Down

0 comments on commit ec40887

Please sign in to comment.