From 918b9231eca4cac88f9650dc9693183b04f13782 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Thu, 4 Feb 2021 15:31:42 +0100 Subject: [PATCH] test --- .github/workflows/linters.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 2e564fd587ceae..9168738f81371e 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -104,5 +104,4 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 2 - - run: git diff HEAD~${{ github.event.pull_request.commits }} HEAD -G"pr-url:" -- "*.md > temp.log && cat temp.log" - run: git diff HEAD^ HEAD -G"pr-url:" -- "*.md" | ./tools/lint-pr-url.mjs ${{ github.event.pull_request.html_url }}