Skip to content

Commit

Permalink
Fix tidy workflow
Browse files Browse the repository at this point in the history
do not include downloaded package in pull request
  • Loading branch information
dontcallmedom committed Aug 27, 2020
1 parent dd1d2a3 commit 223c619
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
--wrap 80 \
--tidy-mark no \
-m webrtc.html
- name: Remove tidy package
run: rm tidy-5.4.0-64bit.deb
- uses: peter-evans/create-pull-request@v2
env:
GITHUB_TOKEN: ${{ secrets.W3C_GITHUB_TOKEN }}
Expand Down

0 comments on commit 223c619

Please sign in to comment.