Fix output color

This commit is contained in:
Unmesh Gundecha
2021-02-22 21:10:52 +08:00
parent 4242c2bca5
commit 3f1ef2b258

View File

@@ -22,5 +22,6 @@ jobs:
node-version: '12.x'
- name: Run Checklist
shell: 'script -q -e -c "bash {0}"'
run: npm ci && npx eslint test/. && npm run test