V2 Preview (#19)

* V2 Setup

* Add end-to-end tests

* Update tests

* Update tests

* Update tests

* Update tests again

* Misc Updates

* Improve logs

* Update release

* Update README.md

* @actions/artifact v0.2.0
This commit is contained in:
Konrad Pabjan 2020-03-13 14:46:09 +01:00 committed by GitHub
parent 18f0f591fb
commit 3bdf740f02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 5313 additions and 12 deletions

11
.prettierrc.json Normal file
View file

@ -0,0 +1,11 @@
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}