Skip to content

Commit ebb57f5

Browse files
committed
.
1 parent 06bc7b2 commit ebb57f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
uses: ruby/setup-ruby@v1
1212
with:
1313
bundler-cache: true
14-
- name: Run type check
15-
run: bundle exec sb tc
14+
# - name: Run type check
15+
# run: bundle exec sb tc
1616
- name: Lint Ruby files
1717
run: bundle exec rubocop --fail-level error
1818
- name: Verify documentation

0 commit comments

Comments
 (0)