mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-22 03:41:51 +00:00
added stdin line
This commit is contained in:
parent
c6d0c1b549
commit
f0e9a02655
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -74,6 +74,6 @@ jobs:
|
|||
- name: test run help
|
||||
run: djlint -h
|
||||
- name: test run lint
|
||||
run: echo "<div>a</div>" | djlint
|
||||
run: echo "<div>a</div>" | djlint -
|
||||
- name: test run check
|
||||
run: echo "<div>" | djlint --check
|
||||
run: echo "<div>" | djlint - --check
|
||||
|
|
|
|||
Loading…
Reference in a new issue