Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Break out linting into its own CI workflow #355

Merged
merged 5 commits into from
Sep 30, 2020

Conversation

alerque
Copy link
Member

@alerque alerque commented Sep 29, 2020

Luacheck isn't platform or Lua version dependant and doesn't need to run as part of every job. Having it in a separate workflow by itself will be simpler, faster, and also provide its status independently of other tests making it easier to review test failures.

Luacheck isn't platform or Lua version dependant and doesn't need to run
as part of every job. Having it in a separate workflow by itself will be
simpler, faster, and also provide its status independently of other
tests making it easier to review test failures.
@alerque alerque marked this pull request as ready for review September 29, 2020 11:08
@alerque alerque requested a review from Tieske September 29, 2020 11:09
penlight-scm-4.rockspec Outdated Show resolved Hide resolved
.github/workflows/luacheck.yml Show resolved Hide resolved
Copy link
Member

@Tieske Tieske left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 minor thing about indentation. Not a deal breaker.

merge when ready.

penlight-scm-3.rockspec Outdated Show resolved Hide resolved
.github/workflows/luacheck.yml Show resolved Hide resolved
@alerque alerque merged commit 224562c into lunarmodules:master Sep 30, 2020
@alerque alerque deleted the lint-ci-job branch September 30, 2020 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants