Skip to content

Commit

Permalink
Merge pull request #96 from rage-rb/code-style
Browse files Browse the repository at this point in the history
Code style
  • Loading branch information
rsamoilov authored Jul 27, 2024
2 parents 371908e + 716e1e9 commit d775254
Show file tree
Hide file tree
Showing 37 changed files with 1,228 additions and 164 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@ jobs:
TEST_MYSQL_URL: ${{ secrets.TEST_MYSQL_URL }}
ENABLE_EXTERNAL_TESTS: ${{ secrets.ENABLE_EXTERNAL_TESTS }}
run: bundle exec rake
linter:
runs-on: ubuntu-latest
name: Code Style
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ruby
bundler-cache: true
- name: Run Linter
run: bundle exec rubocop
docs:
runs-on: ubuntu-latest
name: Docs
Expand Down
Loading

0 comments on commit d775254

Please sign in to comment.