Skip to content

Commit 13181e1

Browse files
committed
Get full history
1 parent 14609d7 commit 13181e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,13 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- uses: actions/checkout@v6
40+
with:
41+
fetch-depth: 0
4042
- name: Set up Ruby
4143
uses: ruby/setup-ruby@v1
4244
with:
4345
bundler-cache: true
4446
- name: Install Ruby dependencies
4547
run: bundle install
4648
- name: Run YARD Lint
47-
run: bundle exec yard-lint --diff origin/${{ github.base_ref }}
49+
run: bundle exec yard-lint --diff origin/main

0 commit comments

Comments
 (0)