File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- uses : actions/checkout@v2
20
- - run : npm install
21
- - run : npm run prettier-check
22
- - run : npm run eslint
20
+ - run : yarn install
21
+ - run : yarn run prettier-check
22
+ - run : yarn run eslint
Original file line number Diff line number Diff line change 1
1
name : pr-auditor
2
2
on :
3
3
pull_request :
4
- types : [ closed, edited, opened ]
4
+ types : [closed, edited, opened]
5
5
6
6
jobs :
7
7
run :
Original file line number Diff line number Diff line change 1
1
dist
2
2
node_modules
3
+ src /lsif.ts
4
+ snapshots /output
Original file line number Diff line number Diff line change 1
1
## LSIF Node
2
2
3
3
### v0.1.0 (2022/02/25 15:43 +00:00)
4
+
4
5
- [ #6 ] ( https://github.com/sourcegraph/lsif-typescript/pull/6 ) Merge pull request #6 from olafurpg/release (@olafurpg )
5
6
- [ #4 ] ( https://github.com/sourcegraph/lsif-typescript/pull/4 ) Merge pull request #4 from sourcegraph/add-pr-auditor-and-test-plan (@sourcegraph )
6
- - [ #1 ] ( https://github.com/sourcegraph/lsif-typescript/pull/1 ) Merge pull request #1 from olafurpg/new-start (@olafurpg )
7
+ - [ #1 ] ( https://github.com/sourcegraph/lsif-typescript/pull/1 ) Merge pull request #1 from olafurpg/new-start (@olafurpg )
You can’t perform that action at this time.
0 commit comments