From 01756f6a11c12ed7996b242493b0d3bbdb24469c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Thu, 21 Nov 2019 10:40:05 +0100 Subject: [PATCH] Run list-unconnected-contributors.js script in validate workflow This is to allow changes with some confidence that the script isn't broken. --- .github/workflows/validate.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index fd174096..19686bcf 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -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