GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-11 23:59:16 +00:00
parent 4aacc5cee6
commit 8c813e7972
2 changed files with 4 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
## 2.11.3 (12-07-2025)
- Update to latest version from linkwarden/linkwarden (changelog : https://github.com/linkwarden/linkwarden/releases)
## 2.11.2 (05-07-2025)
- Update to latest version from linkwarden/linkwarden (changelog : https://github.com/linkwarden/linkwarden/releases)

View File

@@ -1,8 +1,5 @@
{
"arch": [
"aarch64",
"amd64"
],
"arch": ["aarch64", "amd64"],
"codenotary": "alexandrep.github@gmail.com",
"description": "collaborative bookmark manager to collect, organize, and preserve webpages and articles",
"environment": {
@@ -19,9 +16,7 @@
},
"image": "ghcr.io/alexbelgium/linkwarden-{arch}",
"init": false,
"map": [
"addon_config:rw"
],
"map": ["addon_config:rw"],
"name": "Linkwarden",
"ports": {
"3000/tcp": 3000