Update Ruby to version 3.4.1 #2272
This file contains 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: 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@v4 | |
- 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 |