mirror of
https://code.forgejo.org/actions/upload-artifact.git
synced 2025-06-04 15:01:11 +00:00
V2 Upload Artifact
This commit is contained in:
parent
8eb149d680
commit
1f5451ede0
17 changed files with 11866 additions and 13 deletions
11
.prettierrc.json
Normal file
11
.prettierrc.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"printWidth": 80,
|
||||
"tabWidth": 2,
|
||||
"useTabs": false,
|
||||
"semi": false,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "none",
|
||||
"bracketSpacing": false,
|
||||
"arrowParens": "avoid",
|
||||
"parser": "typescript"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue