Skip to content

Commit

Permalink
Run list-unconnected-contributors.js script in validate workflow
Browse files Browse the repository at this point in the history
This is to allow changes with some confidence that the script isn't
broken.
  • Loading branch information
foolip committed Dec 16, 2019
1 parent 66ce61f commit 01756f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ jobs:
run: |
git remote set-url --push origin https://x-access-token:${{ secrets.W3C_GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
git push origin HEAD:master
# Run this script last to not interfere with any of the above. The output
# goes into the logs only for manual inspection when needed.
- name: Run list-unconnected-contributors.js
run: node list-unconnected-contributors.js w3c/webrtc-pc

0 comments on commit 01756f6

Please sign in to comment.