Skip to content

Merge remote-tracking branch 'origin/develop' into update-configs-to-… #1416

Merge remote-tracking branch 'origin/develop' into update-configs-to-…

Merge remote-tracking branch 'origin/develop' into update-configs-to-… #1416

Workflow file for this run

name: Lint documentation
on:
push:
pull_request:
types:
# defaults
- opened
- synchronize
- reopened
# custom
- ready_for_review # required for Github-created PRs
jobs:
yard-junk:
runs-on: ubuntu-latest
env:
BUNDLE_WITHOUT: "cucumber deployment profile development default test"
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run yard-junk
run: bundle exec yard-junk --sanity