.github/workflows: Use actions/reusable-workflows for CI validation (#282)

Reference: https://github.com/actions/reusable-workflows
Reference: a8533f184b/.github/workflows/basic-validation.yml
Reference: a8533f184b/.github/workflows/check-dist.yml

Simplify the project's CI by using the recently developed actions/reusable-workflows for testing and dist/ compilation checking.

Recompiled `dist/` via `npm run build`
This commit is contained in:
Brian Flad 2022-12-22 07:51:35 -08:00 committed by GitHub
parent 8feba2b913
commit 97112244d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 735 additions and 755 deletions

View file

@ -14,7 +14,8 @@
"lint": "cd wrapper && npm run lint && cd .. && semistandard --env jest --fix",
"build": "cd wrapper && npm run build && cd .. && ncc build index.js --out dist",
"postinstall": "cd wrapper && npm install",
"prepare": "husky install"
"prepare": "husky install",
"format-check": "echo \"unimplemented for actions/reusable-workflows basic-validation\""
},
"keywords": [],
"author": "",