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 13181e1 commit d99997cCopy full SHA for d99997c
.github/workflows/lint.yml
@@ -46,4 +46,4 @@ jobs:
46
- name: Install Ruby dependencies
47
run: bundle install
48
- name: Run YARD Lint
49
- run: bundle exec yard-lint --diff origin/main
+ run: bundle exec yard-lint --diff origin/${{ github.base_ref }}
0 commit comments