From 22b385dcfdce588fd56fc503f83949b7ad5bb58f Mon Sep 17 00:00:00 2001 From: Kyle Finley Date: Wed, 14 Aug 2024 13:22:08 -0400 Subject: [PATCH] apply pre-commit fixes --- .markdownlint.yml | 1 + Makefile | 3 +++ README.md | 17 ++++++----------- vscode/CHANGELOG.md | 2 ++ 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.markdownlint.yml b/.markdownlint.yml index 60cf16d..9d6ec4e 100644 --- a/.markdownlint.yml +++ b/.markdownlint.yml @@ -3,3 +3,4 @@ MD012: false # no-multiple-blanks: Multiple consecutive blank lines MD013: false # line-length MD014: false # commands-show-output: Dollar signs used before commands without showing output MD024: false # no-duplicate-heading/no-duplicate-header +MD053: false # link-image-reference-definitions: Unused link or image definition diff --git a/Makefile b/Makefile index eb4338f..f765e09 100644 --- a/Makefile +++ b/Makefile @@ -45,3 +45,6 @@ spellcheck: ## run cspell test: ## run tests @echo "no tests configured for this project" + +update: # manually run repository updater + @poetry run repository-updater --token "${GITHUB_RO_TOKEN}" --repository finleyfamily/hass-repository-edge diff --git a/README.md b/README.md index d09bf2f..cedad77 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ https://github.com/finleyfamily/hass-repository-edge ## Add-ons Provided By This Repository -### ✓ [vscode][addon-vscode] +### ✓ [vscode][addon-vscode] ![Latest Version][vscode-version-shield] ![Supports amd64 Architecture][vscode-amd64-shield] @@ -69,17 +69,12 @@ Thank you for being involved! We are currently not accepting third party add-ons to this repository. -[addon-vscode]: https://github.com/finleyfamily/hass-addon-vscode/tree/3fd4b8e [addon-doc-vscode]: https://github.com/finleyfamily/hass-addon-vscode/blob/3fd4b8e/README.md -[vscode-issue]: https://github.com/finleyfamily/hass-addon-vscode/issues -[vscode-version-shield]: https://img.shields.io/badge/version-3fd4b8e-blue.svg -[vscode-aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.svg -[vscode-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg -[vscode-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg -[vscode-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg -[vscode-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[issue]: https://github.com/finleyfamily/hass-repository-edge/issues +[addon-vscode]: https://github.com/finleyfamily/hass-addon-vscode/tree/3fd4b8e [license-shield]: https://img.shields.io/github/license/finleyfamily/hass-repository-edge.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[semver]: http://semver.org/spec/v2.0.0.html \ No newline at end of file +[semver]: http://semver.org/spec/v2.0.0.html +[vscode-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg +[vscode-issue]: https://github.com/finleyfamily/hass-addon-vscode/issues +[vscode-version-shield]: https://img.shields.io/badge/version-3fd4b8e-blue.svg diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index b4cbf80..c14af65 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -1 +1,3 @@ +# CHANGELOG + - update image versions