Tool cache install from a manifest file (#382)

This commit is contained in:
Bryan MacFarlane
2020-05-19 13:25:57 -04:00
committed by GitHub
parent dcf5c88bb3
commit 4e9375da09
8 changed files with 633 additions and 10 deletions

View File

@@ -18,7 +18,7 @@
"@typescript-eslint/await-thenable": "error",
"@typescript-eslint/ban-ts-ignore": "error",
"camelcase": "off",
"@typescript-eslint/camelcase": "error",
"@typescript-eslint/camelcase": "off",
"@typescript-eslint/class-name-casing": "error",
"@typescript-eslint/explicit-function-return-type": ["error", {"allowExpressions": true}],
"@typescript-eslint/func-call-spacing": ["error", "never"],