mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-07 04:31:24 +00:00
Update add-on configuration for Supervisor 2021.2 (#186)
This commit is contained in:
parent
8900905b99
commit
ce707ad22c
2 changed files with 2 additions and 2 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.4
|
uses: frenck/action-addon-linter@v2.0.0
|
||||||
with:
|
with:
|
||||||
community: true
|
community: true
|
||||||
path: "./${{ needs.information.outputs.target }}"
|
path: "./${{ needs.information.outputs.target }}"
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"init": false,
|
"init": false,
|
||||||
"arch": ["aarch64", "amd64"],
|
"arch": ["aarch64", "amd64"],
|
||||||
"auto_uart": true,
|
"uart": true,
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"hassio_role": "manager",
|
"hassio_role": "manager",
|
||||||
"homeassistant_api": true,
|
"homeassistant_api": true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue