We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb57f5 commit 8fd6ac6Copy full SHA for 8fd6ac6
.github/workflows/ci.yml
@@ -15,11 +15,11 @@ jobs:
15
# run: bundle exec sb tc
16
- name: Lint Ruby files
17
run: bundle exec rubocop --fail-level error
18
- - name: Verify documentation
19
- run: bin/docs
+# - name: Verify documentation
+# run: bin/docs
20
- name: Run tests
21
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
+# - name: Verify gem RBIs are up-to-date
+# run: bin/tapioca gem --verify
+# - name: Verify duplicates in shims
+# run: bin/tapioca check-shims
0 commit comments