📚 Fix linting

This commit is contained in:
Paul Sinclair 2021-01-20 16:50:35 -05:00
parent 9807d6fb19
commit ebd91e6acb
No known key found for this signature in database
GPG key ID: 779C7A23E1AA845D
3 changed files with 2 additions and 6 deletions

View file

@ -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 }}"

View file

@ -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": {}
} }

View file

@ -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": {