updated so lint text will pass

This commit is contained in:
Christopher Pickering 2022-07-06 11:35:57 -05:00
parent 739d8ac81c
commit 8763b5f741
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84

View file

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