Skip to content

Commit be9b79c

Browse files
committed
Split into two jobs
1 parent efe0889 commit be9b79c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,18 @@ jobs:
4444

4545
- name: Run tests
4646
run: bundle exec rails db:setup && bundle exec rails db:migrate && bundle exec rails test
47+
lint:
48+
runs-on: ubuntu-latest
49+
steps:
50+
- uses: actions/checkout@v3
51+
52+
- name: Set up Ruby
53+
uses: ruby/setup-ruby@v1
54+
with:
55+
bundler: latest
56+
bundler-cache: true
4757

4858
- name: Typecheck
49-
if: matrix.os != 'windows-latest'
5059
run: bundle exec srb tc
5160

5261
- name: Lint Ruby files

0 commit comments

Comments
 (0)