Skip to content

Commit db6dec9

Browse files
committed
Merge branch 'master' of https://github.com/microsoft/TypeScript-TmLanguage into type-import-specifiers
2 parents 95c3591 + d5145af commit db6dec9

File tree

3 files changed

+1863
-247
lines changed

3 files changed

+1863
-247
lines changed

.github/workflows/CI.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: CI
2+
on: pull_request
3+
4+
jobs:
5+
tests:
6+
runs-on: ubuntu-latest
7+
8+
steps:
9+
- uses: actions/checkout@v2
10+
- uses: actions/setup-node@v1
11+
12+
- run: npm i
13+
- run: npm run build:grammar
14+
- run: npm test
15+

.travis.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)