Skip to content

Commit

Permalink
fix: trying again to build
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonskj committed Jun 24, 2024
1 parent 23d19ab commit 4a04721
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/melpazoid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
git clone https://github.com/riscy/melpazoid.git ~/melpazoid
pip install ~/melpazoid
- Name: Check Package ${{matrix/package}}
- name: Check Package ${{matrix/package}}
env:
LOCAL_REPO: ${{ github.workspace }}
RECIPE: (sdml-mode :fetcher github :repo "sdm-lang/emacs-sdml-mode" :files ("sdml-mode.el"))
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
emacs_version: ['24.4', '24.5',
'25.1', '25.2', '25.3',
'26.1', '26.2', '26.3',
emacs_version: ['26.1', '26.2', '26.3',
'27.1', '27.2',
'28.1', '28.2',
'29.1',
Expand Down Expand Up @@ -47,7 +45,7 @@ jobs:
- name: Test the project
run: |
eldev $ELDEV_ARGS -p --expect 10
eldev $ELDEV_ARGS test -p --expect 10
eldev $ELDEV_ARGS compile --warnings-as-errors
- name: Ensure that copyright notices are up-to-date
Expand Down
2 changes: 1 addition & 1 deletion sdml-cli.el
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
;; --------------------------------------------------------------------------

(defcustom sdml-cli-name "sdml"
"The name of the command-line tool to use for SDML actions."
"The name of the command line tool to use for SDML actions."
:tag "CLI tool name"
:type 'file
:group 'sdml)
Expand Down

0 comments on commit 4a04721

Please sign in to comment.