updated so lint text will pass

This commit is contained in:
Christopher Pickering 2022-07-06 11:27:19 -05:00
parent 4c0caccdf6
commit 065ae14ae1
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84

View file

@ -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