mirror of
https://github.com/docker/build-push-action.git
synced 2025-06-30 21:14:14 +00:00
Add setup-qemu action (#71)
This commit is contained in:
parent
64ca6397e9
commit
34f453a5dc
14 changed files with 5770 additions and 0 deletions
11
setup-qemu/.prettierrc.json
Normal file
11
setup-qemu/.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