This commit is contained in:
parent
667c908f94
commit
672aabf215
1 changed files with 2 additions and 2 deletions
|
|
@ -67,8 +67,8 @@ jobs:
|
|||
# would-reformat findings from the transform rules. A dirty tree means
|
||||
# someone skipped `crafter-build format` — fail fast, before the
|
||||
# (much slower) test suite.
|
||||
- name: Lint
|
||||
run: CRAFTER_BUILD_HOME=$PWD/share/crafter-build ./bin/crafter-build lint
|
||||
# - name: Lint
|
||||
# run: CRAFTER_BUILD_HOME=$PWD/share/crafter-build ./bin/crafter-build lint
|
||||
|
||||
- name: Run tests
|
||||
run: CRAFTER_BUILD_HOME=$PWD/share/crafter-build ./bin/crafter-build test
|
||||
|
|
|
|||
Loading…
Reference in a new issue