-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix workflow and resolve dev vulnerabilities (#36)
* Use @actions/core for setting env vars * Resolve vulnerabilities Resolves @dependabot PRs #34, #35 * Workflow to use Node 10.x * Use ubuntu-latest vscode-test appears broken on Ubuntu 16.04. See microsoft/vscode-test#73 * Run ubuntu-latest tests under xvfb-run * Add required check for branch policies Allows matrix build job to change without requiring reconfiguring branch policies with strategy-specific names. Branch policy will instead depend on the new "check" job that depends on all build jobs.
- Loading branch information
Showing
5 changed files
with
36 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,3 +29,6 @@ insert_final_newline = true | |
|
||
[*.json] | ||
indent_size = 2 | ||
|
||
[*.yml] | ||
indent_size = 2 |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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