Skip to content

Commit d5a6085

Browse files
Merge pull request #60 from w3c/list-unconnected-contributors
Run list-unconnected-contributors.js script in validate workflow
2 parents 66ce61f + 01756f6 commit d5a6085

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/validate.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,7 @@ jobs:
3939
run: |
4040
git remote set-url --push origin https://x-access-token:${{ secrets.W3C_GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
4141
git push origin HEAD:master
42+
# Run this script last to not interfere with any of the above. The output
43+
# goes into the logs only for manual inspection when needed.
44+
- name: Run list-unconnected-contributors.js
45+
run: node list-unconnected-contributors.js w3c/webrtc-pc

0 commit comments

Comments
 (0)