ci: combine lint tasks #126

Closed
norm wants to merge 1 commit from ci/combine-lints into main

1 commit

Author SHA1 Message Date
Norm b9d209be2a
ci: combine lint tasks
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pr/test Pipeline failed
This allows for per-package lints to not require separate `yarn install`
steps.

The use of `status: [ success, failure ]` ensures that each step can run
even if the previous one failed.
2022-09-07 20:50:45 -04:00