Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Move lsifrc file to .github folder
  • Loading branch information
dbaeumer committed Aug 24, 2021
commit deab74cf20daf2b501c93e8e2a7e2886dd934d90
6 changes: 6 additions & 0 deletions .github/workflow-resources/.lsifrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"project": "../../src/tsconfig.json",
"source": "../../package.json",
"package": "../../package.json",
"out": "../../typescript.lsif"
}
5 changes: 3 additions & 2 deletions .github/workflows/rich-navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- release-*
- dbaeumer/richNav
Comment thread
RyanCavanaugh marked this conversation as resolved.
Outdated
pull_request:
branches:
- main
Expand All @@ -30,6 +31,6 @@ jobs:
with:
languages: typescript
repo-token: ${{ secrets.GITHUB_TOKEN }}
typescriptVersion: 0.6.0-next.17
configFiles: .lsifrc.json
typescriptVersion: 0.6.0-next.18
configFiles: .github/workflow-resources/.lsifrc.json
continue-on-error: true
6 changes: 0 additions & 6 deletions .lsifrc.json

This file was deleted.