Closed kstole closed 2 years ago
I'm guessing we want to set this up as a CI step. Would that be via GitHub Actions or Travis CI like slack-ruby-bot uses?
I'm guessing we want to set this up as a CI step. Would that be via GitHub Actions or Travis CI like slack-ruby-bot uses?
Yes. Or make it part of the validate.yml.
I'm guessing we want to set this up as a CI step. Would that be via GitHub Actions or Travis CI like slack-ruby-bot uses?
Yes. Or make it part of the validate.yml.
I've not actually worked w/ GitHub Actions before, but looks like a separate Workflow is similar to adding a job to validate. I went with the separate workflow to be in line with slack-ruby-client and because lint is different than what validate is trying to achieve
Sets up Rubocop to enforce code consistency.