We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5133f6 commit 7eaa46bCopy full SHA for 7eaa46b
.github/workflows/emacs-eldev.yml
@@ -32,14 +32,14 @@ jobs:
32
uses: actions/checkout@v4
33
34
- name: Ensure that copyright notices are up-to-date
35
- run: ${ELDEV} "${ELDEV_ARGS} doctor up-to-date-copyright --all-tests"
+ run: ${ELDEV} ${ELDEV_ARGS} doctor up-to-date-copyright --all-tests
36
37
- name: Lint the project
38
- run: ${ELDEV} "${ELDEV_ARGS} lint"
+ run: ${ELDEV} ${ELDEV_ARGS} lint
39
40
- name: Compile the project
41
- run: ${ELDEV} "${ELDEV_ARGS} compile --warnings-as-errors"
+ run: ${ELDEV} ${ELDEV_ARGS} compile --warnings-as-errors
42
43
- name: Test the project
44
# Add --expect 10 to ensure a minimum number of tests!
45
- run: ${ELDEV} "${ELDEV_ARGS} test"
+ run: ${ELDEV} ${ELDEV_ARGS} test
0 commit comments