mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-13 07:43:09 +00:00
updated so lint text will pass
This commit is contained in:
parent
739d8ac81c
commit
8763b5f741
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -66,6 +66,6 @@ jobs:
|
|||
- name: test run help
|
||||
run: node ./bin/index.js -h
|
||||
- name: test run lint
|
||||
run: echo "<div></div>" | node ./bin/index.js
|
||||
run: echo "<div>a</div>" | node ./bin/index.js
|
||||
- name: test run check
|
||||
run: echo "<div>" | node ./bin/index.js --check
|
||||
|
|
|
|||
Loading…
Reference in a new issue