mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Add twoslash repros to the compiler (#39628)
This commit is contained in:
18
.github/workflows/twoslash-repros.yaml
vendored
Normal file
18
.github/workflows/twoslash-repros.yaml
vendored
Normal 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 }}
|
||||
Reference in New Issue
Block a user