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

Diff for: .github/workflows/CI.yml

+15
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+

Diff for: .travis.yml

-22
This file was deleted.

0 commit comments

Comments
 (0)