mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-13 15:53:09 +00:00
updated so lint text will pass
This commit is contained in:
parent
4c0caccdf6
commit
065ae14ae1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
verbose: true
|
||||
|
||||
test_npm:
|
||||
name: python ${{ matrix.python-version }} on ${{ matrix.os }}
|
||||
name: python ${{ matrix.python-version }} on ${{ matrix.os }} with node ${{ matrix.node }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
strategy:
|
||||
|
|
@ -66,6 +66,6 @@ jobs:
|
|||
- name: test run help
|
||||
run: node ./bin/index.js -h
|
||||
- name: test run lint
|
||||
run: echo "<div>" | node ./bin/index.js
|
||||
run: echo "<div></div>" | node ./bin/index.js
|
||||
- name: test run check
|
||||
run: echo "<div>" | node ./bin/index.js --check
|
||||
|
|
|
|||
Loading…
Reference in a new issue