Skip to content

Commit 5fcec58

Browse files
committed
Add stree:check to CI
1 parent 7b2fa81 commit 5fcec58

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
bundler-cache: true
2323
ruby-version: ${{ matrix.ruby }}
2424
- name: Test
25-
run: bundle exec rake test
25+
run: |
26+
bundle exec rake test
27+
bundle exec rake stree:check
2628
automerge:
2729
name: AutoMerge
2830
needs: ci

0 commit comments

Comments
 (0)