Skip to content

Commit

Permalink
apply pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ITProKyle committed Aug 14, 2024
1 parent bc73ac2 commit 22b385d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
17 changes: 6 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
[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
2 changes: 2 additions & 0 deletions vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# CHANGELOG

- update image versions

0 comments on commit 22b385d

Please sign in to comment.