8000 Switch from rubocop to standardrb · nerdy-tech-com-gitub/CodeTriage@c309157 · GitHub
[go: up one dir, main page]

Skip to content

Commit c309157

Browse files
committed
Switch from rubocop to standardrb
1 parent bb8bb31 commit c309157

File tree

8 files changed

+51
-701
lines changed
F9CC

8 files changed

+51
-701
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
ruby: ["3.0", 3.1]
10+
ruby: ["3.1"]
1111
name: Running tests with Ruby ${{ matrix.ruby }}
1212
services:
1313
postgres:
@@ -30,10 +30,15 @@ jobs:
3030
ruby-version: ${{ matrix.ruby }}
3131
bundler-cache: true
3232

33+
- name: Linting
34+
run: |
35+
bundle exec standardrb
3336
- name: Setup database
3437
run: |
3538
cp config/database.ci.yml config/database.yml
3639
RAILS_ENV=test bundle exec rake db:create db:schema:load
37-
3840
- name: Run tests
3941
run: bin/rake test
42+
- name: Run seed tasks
43+
run: rails db:seed
44+

.rubocop.yml

Lines changed: 0 additions & 170 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0