From e6b686daeaed52c8f1922a02098a8c8cc48dafd3 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Mon, 3 Aug 2020 18:05:38 +1000 Subject: [PATCH] .github/workflows/editorconfig.yml: full fetch --- .github/workflows/editorconfig.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/editorconfig.yml b/.github/workflows/editorconfig.yml index aeb6c65457cb0..86b89a3f558f8 100644 --- a/.github/workflows/editorconfig.yml +++ b/.github/workflows/editorconfig.yml @@ -10,6 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - uses: technote-space/get-diff-action@v2.0.3 - name: Checking EditorConfig env: