branch: externals/el-job
commit be8128bdf37ff9e1ae1f4bb346df41a1be4f7887
Author: Martin Edström <[email protected]>
Commit: Martin Edström <[email protected]>
No package-lint for now
---
.github/workflows/test.yml | 21 ++++++++-------------
1 file changed, 8 insertions(+), 13 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 3173167eee..2b389b99f0 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -63,19 +63,14 @@ jobs:
- name: Lint
# continue-on-error: true
- # run: ./makem.sh -vv --sandbox=$SANDBOX_DIR lint
-
- # All default linters except checkdoc,
- # because I don't want to add ispell word exceptions
- # run: >
- # ./makem.sh -vv --sandbox=$SANDBOX_DIR \
- # lint-compile \
- # lint-declare \
- # lint-indent \
- # lint-package \
- # lint-regexps
-
- run: ./makem.sh -vv --sandbox=$SANDBOX_DIR lint
+ run: >
+ ./makem.sh -vv --sandbox=$SANDBOX_DIR \
+ lint-checkdoc \
+ lint-compile \
+ lint-declare \
+ lint-indent \
+ lint-regexps
+
- name: Test
if: always() # Run test even if linting fails.