From e88655877dd72af79cc62eb83fe995a226370496 Mon Sep 17 00:00:00 2001 From: mugi <62197019+mugioka@users.noreply.github.com> Date: Wed, 15 Feb 2023 18:25:35 +0900 Subject: [PATCH] feat: add lefthook plugin. (#755) --- README.md | 1 + plugins/lefthook | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/lefthook diff --git a/README.md b/README.md index 02e34e1..a14af3e 100644 --- a/README.md +++ b/README.md @@ -388,6 +388,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | lazygit | [nklmilojevic/asdf-lazygit](https://github.com/nklmilojevic/asdf-lazygit) | [![Build Status](https://github.com/nklmilojevic/asdf-lazygit/actions/workflows/build.yml/badge.svg)](https://github.com/nklmilojevic/asdf-lazygit/actions) | | Lean | [asdf-community/asdf-lean](https://github.com/asdf-community/asdf-lean) | [![Build Status](https://github.com/asdf-community/asdf-lean/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/asdf-community/asdf-lean/actions) | | Leiningen | [miorimmax/asdf-lein](https://github.com/miorimmax/asdf-lein) | [![Build Status](https://travis-ci.org/miorimmax/asdf-lein.svg?branch=master)](https://travis-ci.org/miorimmax/asdf-lein) | +| Lefthook | [jtzero/asdf-lefthook](https://github.com/jtzero/asdf-lefthook) | [![Build](https://github.com/jtzero/asdf-lefthook/actions/workflows/build.yml/badge.svg)](https://github.com/jtzero/asdf-lefthook/actions/workflows/build.yml) | | Levant | [asdf-community/asdf-hashicorp](https://github.com/asdf-community/asdf-hashicorp) | [![Build](https://github.com/asdf-community/asdf-hashicorp/actions/workflows/workflow.yml/badge.svg)](https://github.com/asdf-community/asdf-hashicorp/actions/workflows/workflow.yml) | | LFE | [asdf-community/asdf-lfe](https://github.com/asdf-community/asdf-lfe) | [![Build Status](https://travis-ci.org/asdf-community/asdf-lfe.svg?branch=master)](https://travis-ci.org/asdf-community/asdf-lfe) | | Link (system tools) | [asdf-community/asdf-link](https://github.com/asdf-community/asdf-link) | [![Build Status](https://travis-ci.org/asdf-community/asdf-link.svg?branch=master)](https://travis-ci.org/asdf-community/asdf-link) | diff --git a/plugins/lefthook b/plugins/lefthook new file mode 100644 index 0000000..7960ca6 --- /dev/null +++ b/plugins/lefthook @@ -0,0 +1 @@ +repository = https://github.com/jtzero/asdf-lefthook.git