Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Feb 4, 2021
1 parent 30a80f1 commit 918b923
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 918b923

Please sign in to comment.