Add CI to the PR process
marpaia opened this issue · 3 comments
marpaia commented
Right now, we have yarn lint
as an available lint command, we should start running it via CI to make sure that we don't regress on lint issues.
atxpace commented
The above enhancement will help as we move along to CI as it adds linting to the build script.
mike-myers-tob commented
@directionless was this closed by #219 ? It looks like CI is run on PRs: https://github.com/osquery/osquery-site/blob/source/.github/workflows/ci.yml#L10
directionless commented
It's not perfect, but I think it's good enough and this ticket doesn't need to be here.