-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove surplus npm install Signed-off-by: Charlie Egan <[email protected]> * Update GHA repo permissions based on suggestions Signed-off-by: Charlie Egan <[email protected]> * Update npm installs to versioned installs Signed-off-by: Charlie Egan <[email protected]> * Use package.json for npm versions * Run npm install --------- Signed-off-by: Charlie Egan <[email protected]>
- Loading branch information
1 parent
9503967
commit 0af7c91
Showing
7 changed files
with
808 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
}, | ||
"json": {}, | ||
"excludes": [ | ||
".lsp/**", | ||
"**/testdata/**" | ||
], | ||
"plugins": [ | ||
|
Oops, something went wrong.