mirror of
https://github.com/hassio-addons/addon-chrony.git
synced 2025-05-04 19:21:35 +00:00
📚 Fix linting
This commit is contained in:
parent
9807d6fb19
commit
ebd91e6acb
3 changed files with 2 additions and 6 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
||||||
- name: ⤵️ Check out code from GitHub
|
- name: ⤵️ Check out code from GitHub
|
||||||
uses: actions/checkout@v2.3.4
|
uses: actions/checkout@v2.3.4
|
||||||
- name: 🚀 Run Add-on Lint
|
- name: 🚀 Run Add-on Lint
|
||||||
uses: frenck/action-addon-linter@v1.3.0
|
uses: frenck/action-addon-linter@v1.3.1
|
||||||
with:
|
with:
|
||||||
community: true
|
community: true
|
||||||
path: "./${{ needs.information.outputs.target }}"
|
path: "./${{ needs.information.outputs.target }}"
|
||||||
|
|
|
@ -1,11 +1,9 @@
|
||||||
{
|
{
|
||||||
"squash": false,
|
|
||||||
"build_from": {
|
"build_from": {
|
||||||
"aarch64": "hassioaddons/base-aarch64:8.0.6",
|
"aarch64": "hassioaddons/base-aarch64:8.0.6",
|
||||||
"amd64": "hassioaddons/base-amd64:8.0.6",
|
"amd64": "hassioaddons/base-amd64:8.0.6",
|
||||||
"armhf": "hassioaddons/base-armhf:8.0.6",
|
"armhf": "hassioaddons/base-armhf:8.0.6",
|
||||||
"armv7": "hassioaddons/base-armv7:8.0.6",
|
"armv7": "hassioaddons/base-armv7:8.0.6",
|
||||||
"i386": "hassioaddons/base-i386:8.0.6"
|
"i386": "hassioaddons/base-i386:8.0.6"
|
||||||
},
|
}
|
||||||
"args": {}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,9 +6,7 @@
|
||||||
"url": "https://github.com/hassio-addons/addon-chrony",
|
"url": "https://github.com/hassio-addons/addon-chrony",
|
||||||
"startup": "system",
|
"startup": "system",
|
||||||
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
|
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
|
||||||
"boot": "auto",
|
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"hassio_role": "default",
|
|
||||||
"init": false,
|
"init": false,
|
||||||
"privileged": ["SYS_TIME"],
|
"privileged": ["SYS_TIME"],
|
||||||
"ports": {
|
"ports": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue