-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
There are some minor benefits to having the lint check separate from the runtime tests, so that more of the GitHub Action checks complete and aren't blocked by lint issues. However, makes it easy to open a PR and push code that will fail on the lint check.
I noticed there is postest
run script, which should presumably be posttest
! Leaning towards enabling that as I tend to only fix one breakage at a time anyway.
Line 23 in af3145d
"postest": "check", |
Fixing that would render this line obsolete:
cliui/.github/workflows/ci.yaml
Line 24 in af3145d
- run: npm run check |
Metadata
Metadata
Assignees
Labels
No labels