Add twoslash repros to the compiler (#39628)

This commit is contained in:
Orta Therox
2020-07-16 18:39:49 -04:00
committed by GitHub
parent 667ba74c93
commit 1d671c3588

18
.github/workflows/twoslash-repros.yaml vendored Normal file
View File

@@ -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 }}