Skip to content

Commit

Permalink
fix: build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonskj committed Jun 24, 2024
1 parent 37d6918 commit 26b402c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Test the project
run: |
eldev $ELDEV_ARGS test -p --expect 10
eldev $ELDEV_ARGS test --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 @@ -43,7 +43,7 @@
:group 'sdml)

(defcustom sdml-cli-log-filter 'none
"The level of log information to emit from the command-line tool."
"The level of log information to emit from the command line tool."
:tag "Logging filter level"
:type '(choice (const :tag "None" none)
(const :tag "Errors" errors)
Expand Down

0 comments on commit 26b402c

Please sign in to comment.