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

Add rubocop #20

Merged
merged 4 commits into from
Sep 28, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add linting
  • Loading branch information
Alex Evanczuk committed Sep 28, 2022
commit 5c1d38e8f295ebe6e02d06409ffcc5f9d63ebbe5
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,16 @@ jobs:
gem install bundler
bundle install --jobs 4 --retry 3
bundle exec srb tc
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@5126516654c75f76bca1de45dd82a3006d8890f9
- name: Set up Ruby
uses: ruby/setup-ruby@bd94d6a504586da892a5753afdd1480096ed30df
with:
ruby-version: head
- name: Run style checks
run: |
gem install bundler
bundle install --jobs 4 --retry 3
bundle exec rubocop