From 76c293fb2b0342ca54f4cc24b18198ac0d748473 Mon Sep 17 00:00:00 2001 From: YR-ZR0 Date: Mon, 18 Dec 2023 19:26:01 +0000 Subject: [PATCH 1/3] feat: added in a repo for earthly --- README.md | 1 + plugins/earthly | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/earthly diff --git a/README.md b/README.md index 4f634dfbc..b58f3eeb3 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | dust | [looztra/asdf-dust](https://github.com/looztra/asdf-dust) | [![GitHub Actions Status](https://github.com/looztra/asdf-dust/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/looztra/asdf-dust/actions) | | DVC | [fwfurtado/asdf-dvc](https://github.com/fwfurtado/asdf-dvc) | [![GitHub Actions Status](https://github.com/fwfurtado/asdf-dvc/actions/workflows/test.yaml/badge.svg)](https://github.com/fwfurtado/asdf-dvc/actions) | | dyff | [wt0f/asdf-dyff](https://gitlab.com/wt0f/asdf-dyff) | [![pipeline status](https://gitlab.com/wt0f/asdf-dyff/badges/master/pipeline.svg)](https://gitlab.com/wt0f/asdf-dyff/-/commits/master) | +| earthly | [YR-ZR0/asdf-earthly](https://github.com/YR-ZR0/asdf-earthly) | [![Github Actions Status](https://github.com/YR-ZR0/asdf-earthly/actions/workflows/ci.yaml/badge.svg)](https://github.com/YR-ZR0/asdf-earthly/actions) | | ecspresso | [kayac/asdf-ecspresso](https://github.com/kayac/asdf-ecspresso) | [![Build](https://github.com/kayac/asdf-ecspresso/actions/workflows/build.yml/badge.svg)](https://github.com/kayac/asdf-ecspresso/actions/workflows/build.yml) | | editorconfig-checker | [gabitchov/asdf-editorconfig-checker](https://github.com/gabitchov/asdf-editorconfig-checker) | [![Build Status](https://travis-ci.org/Gabitchov/asdf-editorconfig-checker.svg?branch=master)](https://travis-ci.org/Gabitchov/asdf-editorconfig-checker) | | ejson | [cipherstash/asdf-ejson](https://github.com/cipherstash/asdf-ejson) | [![Build](https://github.com/cipherstash/asdf-ejson/workflows/Build/badge.svg?branch=main&event=push)](https://github.com/cipherstash/asdf-ejson/actions) | diff --git a/plugins/earthly b/plugins/earthly new file mode 100644 index 000000000..03fd099dc --- /dev/null +++ b/plugins/earthly @@ -0,0 +1 @@ +repository = https://github.com/YR-ZR0/asdf-earthly \ No newline at end of file From 7dcd66e56720959faaf5fa35d2c2e2f71fd9b467 Mon Sep 17 00:00:00 2001 From: YR-ZR0 Date: Mon, 18 Dec 2023 19:32:26 +0000 Subject: [PATCH 2/3] chore: format README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b58f3eeb3..749a400c2 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | dust | [looztra/asdf-dust](https://github.com/looztra/asdf-dust) | [![GitHub Actions Status](https://github.com/looztra/asdf-dust/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/looztra/asdf-dust/actions) | | DVC | [fwfurtado/asdf-dvc](https://github.com/fwfurtado/asdf-dvc) | [![GitHub Actions Status](https://github.com/fwfurtado/asdf-dvc/actions/workflows/test.yaml/badge.svg)](https://github.com/fwfurtado/asdf-dvc/actions) | | dyff | [wt0f/asdf-dyff](https://gitlab.com/wt0f/asdf-dyff) | [![pipeline status](https://gitlab.com/wt0f/asdf-dyff/badges/master/pipeline.svg)](https://gitlab.com/wt0f/asdf-dyff/-/commits/master) | -| earthly | [YR-ZR0/asdf-earthly](https://github.com/YR-ZR0/asdf-earthly) | [![Github Actions Status](https://github.com/YR-ZR0/asdf-earthly/actions/workflows/ci.yaml/badge.svg)](https://github.com/YR-ZR0/asdf-earthly/actions) | +| earthly | [YR-ZR0/asdf-earthly](https://github.com/YR-ZR0/asdf-earthly) | [![Github Actions Status](https://github.com/YR-ZR0/asdf-earthly/actions/workflows/ci.yaml/badge.svg)](https://github.com/YR-ZR0/asdf-earthly/actions) | | ecspresso | [kayac/asdf-ecspresso](https://github.com/kayac/asdf-ecspresso) | [![Build](https://github.com/kayac/asdf-ecspresso/actions/workflows/build.yml/badge.svg)](https://github.com/kayac/asdf-ecspresso/actions/workflows/build.yml) | | editorconfig-checker | [gabitchov/asdf-editorconfig-checker](https://github.com/gabitchov/asdf-editorconfig-checker) | [![Build Status](https://travis-ci.org/Gabitchov/asdf-editorconfig-checker.svg?branch=master)](https://travis-ci.org/Gabitchov/asdf-editorconfig-checker) | | ejson | [cipherstash/asdf-ejson](https://github.com/cipherstash/asdf-ejson) | [![Build](https://github.com/cipherstash/asdf-ejson/workflows/Build/badge.svg?branch=main&event=push)](https://github.com/cipherstash/asdf-ejson/actions) | From be1fbdc77375eea2b7f80e4499cd62f81dc2f9a8 Mon Sep 17 00:00:00 2001 From: YR-ZR0 Date: Mon, 18 Dec 2023 19:33:36 +0000 Subject: [PATCH 3/3] chore: add newline to plugin file --- plugins/earthly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/earthly b/plugins/earthly index 03fd099dc..eb4504d6a 100644 --- a/plugins/earthly +++ b/plugins/earthly @@ -1 +1 @@ -repository = https://github.com/YR-ZR0/asdf-earthly \ No newline at end of file +repository = https://github.com/YR-ZR0/asdf-earthly