We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145f442 commit ba3650aCopy full SHA for ba3650a
.github/workflows/CI.yml
@@ -23,7 +23,19 @@ jobs:
23
- run: npm install
24
25
# Run tests
26
- - run: npm run test-all
+ - uses: actions/checkout@v2
27
+ with:
28
+ repository: microsoft/DefinitelyTyped-tools
29
+ ref: refs/pull/448/merge
30
+ path: DefinitelyTyped-tools
31
+ - run: yarn install
32
+ working-directory: DefinitelyTyped-tools
33
+ - run: yarn build
34
35
+ - run: npm link
36
+ working-directory: DefinitelyTyped-tools/packages/dtslint
37
+ - run: npm link @definitelytyped/dtslint
38
+ - run: node DefinitelyTyped-tools/packages/dtslint-runner/dist/index.js --path .
39
40
- name: "Run Danger"
41
env:
0 commit comments