Skip to content

[ruby] Update activeresource 6.1.0 → 6.1.1 (patch) #913

[ruby] Update activeresource 6.1.0 → 6.1.1 (patch)

[ruby] Update activeresource 6.1.0 → 6.1.1 (patch) #913

Workflow file for this run

name: Lint documentation
on:
- push
- pull_request
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