From ebd91e6acb81b7edcef38e909344309dd42c1ea1 Mon Sep 17 00:00:00 2001 From: Paul Sinclair Date: Wed, 20 Jan 2021 16:50:35 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Fix=20linting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 2 +- chrony/build.json | 4 +--- chrony/config.json | 2 -- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a7f0cc2..e31f3a8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,7 +38,7 @@ jobs: - name: ⤵️ Check out code from GitHub uses: actions/checkout@v2.3.4 - name: 🚀 Run Add-on Lint - uses: frenck/action-addon-linter@v1.3.0 + uses: frenck/action-addon-linter@v1.3.1 with: community: true path: "./${{ needs.information.outputs.target }}" diff --git a/chrony/build.json b/chrony/build.json index 1afb131..56b0309 100644 --- a/chrony/build.json +++ b/chrony/build.json @@ -1,11 +1,9 @@ { - "squash": false, "build_from": { "aarch64": "hassioaddons/base-aarch64:8.0.6", "amd64": "hassioaddons/base-amd64:8.0.6", "armhf": "hassioaddons/base-armhf:8.0.6", "armv7": "hassioaddons/base-armv7:8.0.6", "i386": "hassioaddons/base-i386:8.0.6" - }, - "args": {} + } } diff --git a/chrony/config.json b/chrony/config.json index 5371c6b..d395170 100644 --- a/chrony/config.json +++ b/chrony/config.json @@ -6,9 +6,7 @@ "url": "https://github.com/hassio-addons/addon-chrony", "startup": "system", "arch": ["aarch64", "amd64", "armhf", "armv7", "i386"], - "boot": "auto", "hassio_api": true, - "hassio_role": "default", "init": false, "privileged": ["SYS_TIME"], "ports": {