Skip to content

Commit 8fd6ac6

Browse files
committed
.
1 parent ebb57f5 commit 8fd6ac6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
# run: bundle exec sb tc
1616
- name: Lint Ruby files
1717
run: bundle exec rubocop --fail-level error
18-
- name: Verify documentation
19-
run: bin/docs
18+
# - name: Verify documentation
19+
# run: bin/docs
2020
- name: Run tests
2121
run: bin/test
22-
- name: Verify gem RBIs are up-to-date
23-
run: bin/tapioca gem --verify
24-
- name: Verify duplicates in shims
25-
run: bin/tapioca check-shims
22+
# - name: Verify gem RBIs are up-to-date
23+
# run: bin/tapioca gem --verify
24+
# - name: Verify duplicates in shims
25+
# run: bin/tapioca check-shims

0 commit comments

Comments
 (0)