From a86de5fb67eb2499d95793d2a6184d443e4856b7 Mon Sep 17 00:00:00 2001 From: Eric Mueller Date: Tue, 23 May 2023 14:23:02 -0400 Subject: [PATCH] deep-clone and compare against origin/main --- .github/workflows/dogfood.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dogfood.yml b/.github/workflows/dogfood.yml index a9bccb1..227e4d9 100644 --- a/.github/workflows/dogfood.yml +++ b/.github/workflows/dogfood.yml @@ -7,6 +7,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Set up ruby uses: ruby/setup-ruby@v1 @@ -25,4 +27,4 @@ jobs: run: bundle install --jobs 4 --retry 3 - name: Run QuietQuality - run: bundle exec bin/qq standardrb rubocop rspec --all-files --unfiltered --annotate github_stdout + run: bundle exec bin/qq standardrb rubocop rspec --all-files --unfiltered --annotate github_stdout --comparison-branch origin/main