Enable verbose output from CI debug environment variables. (#56) #211
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Documentation Coverage | |
| on: [push, pull_request] | |
| permissions: | |
| contents: read | |
| env: | |
| BUNDLE_WITH: maintenance | |
| COVERAGE: PartialSummary | |
| jobs: | |
| validate: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - uses: ruby/setup-ruby@v1 | |
| with: | |
| ruby-version: ruby | |
| bundler-cache: true | |
| - name: Validate coverage | |
| timeout-minutes: 5 | |
| run: bundle exec bake decode:index:coverage lib |