Swap to Environment Files (#104)
Some checks failed
Main workflow / build (ubuntu-latest) (push) Failing after 7m51s
Main workflow / test (ubuntu-latest) (push) Failing after 8s
Main workflow / test-proxy (push) Failing after 22s
Main workflow / test-bypass-proxy (push) Successful in 1m39s
Main workflow / build (windows-latest) (push) Has been cancelled
Main workflow / test (windows-latest) (push) Has been cancelled

* Add Licensed workflow and config files

* Manually validate dependencies

* Swap to Environment Files
This commit is contained in:
Thomas Boop
2020-09-30 09:51:22 -04:00
committed by GitHub
parent 11790a2d66
commit d202f5dbf7
4 changed files with 235 additions and 47 deletions

6
package-lock.json generated
View File

@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@actions/core": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.2.tgz",
"integrity": "sha512-IbCx7oefq+Gi6FWbSs2Fnw8VkEI6Y4gvjrYprY3RV//ksq/KPMlClOerJ4jRosyal6zkUIc8R9fS/cpRMlGClg=="
"version": "1.2.6",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.6.tgz",
"integrity": "sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA=="
},
"@actions/exec": {
"version": "1.0.3",