GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-06-22 21:04:48 +00:00
parent f56c824cc9
commit 994bd8c2de
28 changed files with 78 additions and 341 deletions

View File

@@ -1,8 +1,5 @@
{
"arch": [
"aarch64",
"amd64"
],
"arch": ["aarch64", "amd64"],
"description": "e-book manager",
"devices": [
"/dev/dri",
@@ -103,11 +100,7 @@
"8081/tcp": "Calibre webserver gui, to be enabled within the desktop gui",
"9090/tcp": "Calibre wireless connection, to be enabled within the desktop gui"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH",
"NET_ADMIN"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"],
"schema": {
"CLI_ARGS": "str?",
"PASSWORD": "str?",