We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14609d7 commit 13181e1Copy full SHA for 13181e1
.github/workflows/lint.yml
@@ -37,11 +37,13 @@ jobs:
37
runs-on: ubuntu-latest
38
steps:
39
- uses: actions/checkout@v6
40
+ with:
41
+ fetch-depth: 0
42
- name: Set up Ruby
43
uses: ruby/setup-ruby@v1
44
with:
45
bundler-cache: true
46
- name: Install Ruby dependencies
47
run: bundle install
48
- name: Run YARD Lint
- run: bundle exec yard-lint --diff origin/${{ github.base_ref }}
49
+ run: bundle exec yard-lint --diff origin/main
0 commit comments