From fc86fc9199095303985ffeaededa628d7a41bf8a Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Wed, 26 Jul 2023 17:47:22 +0900 Subject: [PATCH] feat: add typos plugin (#858) --- README.md | 1 + plugins/typos | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/typos diff --git a/README.md b/README.md index 1a45451..197e322 100644 --- a/README.md +++ b/README.md @@ -672,6 +672,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | tttyd | [ivanvc/asdf-ttyd](https://github.com/ivanvc/asdf-ttyd) | [![Build Status](https://github.com/ivanvc/asdf-ttyd/workflows/Build/badge.svg)](https://github.com/ivanvc/asdf-ttyd/actions?query=workflow%3ABuild) | | tuist | [cprecioso/asdf-tuist](https://github.com/cprecioso/asdf-tuist) | [![Build Status](https://github.com/cprecioso/asdf-tuist/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/cprecioso/asdf-tuist/actions/workflows/build.yml) | | tx | [ORCID/asdf-transifex](https://github.com/ORCID/asdf-transifex) | [![Build Status](https://github.com/ORCID/asdf-transifex/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/ORCID/asdf-transifex/actions/workflows/build.yml) | +| typos | [aschiavon91/asdf-typos](https://github.com/aschiavon91/asdf-typos) | [![Build Status](https://github.com/aschiavon91/asdf-typos/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/aschiavon91/asdf-typos/actions/workflows/build.yml) | | uaa-cli | [vmware-tanzu/tanzu-plug-in-for-asdf](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf) | [![Build Status](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf/actions/workflows/test-uaa-cli.yml/badge.svg?branch=main)](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf/actions/workflows/test-uaa-cli.yml) | | Unison | [susurri/asdf-unison](https://github.com/susurri/asdf-unison) | [![Build](https://github.com/susurri/asdf-unison/actions/workflows/build.yml/badge.svg)](https://github.com/susurri/asdf-unison/actions/workflows/build.yml) | | upt | [ORCID/asdf-upt](https://github.com/ORCID/asdf-upt) | [![Build](https://github.com/ORCID/asdf-upt/actions/workflows/build.yml/badge.svg)](https://github.com/ORCID/asdf-upt/actions/workflows/build.yml) | diff --git a/plugins/typos b/plugins/typos new file mode 100644 index 0000000..cf00792 --- /dev/null +++ b/plugins/typos @@ -0,0 +1 @@ +repository = https://github.com/aschiavon91/asdf-typos.git