From 1d671c3588324e6853d54df022e3a824972154c7 Mon Sep 17 00:00:00 2001 From: Orta Therox Date: Thu, 16 Jul 2020 18:39:49 -0400 Subject: [PATCH] Add twoslash repros to the compiler (#39628) --- .github/workflows/twoslash-repros.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/twoslash-repros.yaml diff --git a/.github/workflows/twoslash-repros.yaml b/.github/workflows/twoslash-repros.yaml new file mode 100644 index 00000000000..974a479210d --- /dev/null +++ b/.github/workflows/twoslash-repros.yaml @@ -0,0 +1,18 @@ +name: Twoslash Code Sample Repros + +on: + push: + branches: + - orta-twoslash-repros + schedule: + - cron: '0 8 * * *' + repository_dispatch: + types: run-twoslash-repros + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: microsoft/TypeScript-Twoslash-Repro-Action@master + with: + github-token: ${{ secrets.TS_BOT_GITHUB_TOKEN }}