summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjkoan <jkoan@users.noreply.github.com>2021-10-04 21:00:23 +0200
committerjkoan <jkoan@users.noreply.github.com>2023-01-11 07:50:27 +0100
commit74682f59791a778bf4ce3f2f6bc2a34b7d24d333 (patch)
tree4cbe04cb8d2aa9921b27eb9224620af709f6fb09
parentac1b0ae19a1b36c206a3a113324d132af040ddcb (diff)
downloadnavit-74682f59791a778bf4ce3f2f6bc2a34b7d24d333.tar.gz
Fix: Fetch all Braches to be able to compare to trunk
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 02a97dd32..15cee6a89 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -10,6 +10,8 @@ jobs:
image: navit/sanity_check:latest
steps:
- uses: actions/checkout@v2
+ with:
+ fetch-depth: 0
- name: run sanity check script
run: bash scripts/ci_sanity_checks.sh
- uses: reviewdog/action-suggester@v1