mirror of
https://github.com/docker/build-push-action.git
synced 2025-07-01 21:44:14 +00:00
Add setup-buildx action (#71)
This commit is contained in:
parent
836357fa9e
commit
64ca6397e9
20 changed files with 11923 additions and 0 deletions
11
setup-buildx/.prettierrc.json
Normal file
11
setup-buildx/.prettierrc.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"printWidth": 120,
|
||||
"tabWidth": 2,
|
||||
"useTabs": false,
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "none",
|
||||
"bracketSpacing": false,
|
||||
"arrowParens": "avoid",
|
||||
"parser": "typescript"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue