Skip to content

Commit 19b053c

Browse files
committed
Comment out yardstick job in CI workflow
The yardstick job for measuring YARD documentation has been commented out in the GitHub Actions workflow. This change temporarily disables documentation measurement, possibly due to maintenance or issues with the job.
1 parent dcd7c1f commit 19b053c

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/main.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,17 @@ jobs:
4747
- name: Run yard:junk
4848
run: bundle exec rake yard:junk
4949

50-
yardstick:
51-
runs-on: ubuntu-latest
52-
name: Measure YARD documentation
53-
steps:
54-
- uses: actions/checkout@v4
55-
- name: Set up Ruby
56-
uses: ruby/setup-ruby@v1
57-
with:
58-
bundler-cache: true
59-
- name: Run verify_measurements
60-
run: bundle exec rake verify_measurements
50+
# yardstick:
51+
# runs-on: ubuntu-latest
52+
# name: Measure YARD documentation
53+
# steps:
54+
# - uses: actions/checkout@v4
55+
# - name: Set up Ruby
56+
# uses: ruby/setup-ruby@v1
57+
# with:
58+
# bundler-cache: true
59+
# - name: Run verify_measurements
60+
# run: bundle exec rake verify_measurements
6161

6262
bundle_audit:
6363
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)