Skip to content

FDF 133550 forms service class separation #2215

FDF 133550 forms service class separation

FDF 133550 forms service class separation #2215

Workflow file for this run

name: Yardoc
# check documentation in specified paths
on: # `on` parses to `true` in ruby
pull_request:
paths:
# https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#patterns-to-match-file-paths
- lib/lighthouse/benefits_intake/**/*.rb
- lib/logging/**/*.rb
- lib/pdf_utilities/exception_handling.rb
- lib/pdf_utilities/pdf_stamper.rb
- lib/veteran_facing_services/**/*.rb
- modules/burials/**/*.rb
- modules/claims_evidence_api/**/*.rb
- modules/dependents_benefits/**/*.rb
- modules/digital_forms_api/**/*.rb
- modules/income_and_assets/**/*.rb
- modules/medical_expense_reports/**/*.rb
- modules/pensions/**/*.rb
permissions:
contents: read
pull-requests: write
statuses: write
jobs:
yardoc:
name: Yardoc
env:
BUNDLE_ENTERPRISE__CONTRIBSYS__COM: ${{ secrets.BUNDLE_ENTERPRISE__CONTRIBSYS__COM }}
COVERBAND_DISABLE_AUTO_START: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 2
- name: Fetch target branch
run: git fetch origin "${GITHUB_BASE_REF}" --depth=1
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run Yardoc
run: bundle exec rake yardoc