Skip to content

Commit 32fe197

Browse files
committed
add jsr badge
1 parent 6e0e85e commit 32fe197

File tree

12 files changed

+13
-1
lines changed

12 files changed

+13
-1
lines changed

ansible-lint/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
![dagger-min-version](https://img.shields.io/badge/dagger-v0.10.0-blue?color=3D66FF)
44
![deno compatibility](https://shield.deno.dev/deno/^1.41)
5+
[![](https://jsr.io/badges/@daggerverse/ansible-lint)](https://jsr.io/@daggerverse/ansible-lint)
56

67
Daggerized version of [ansible](https://github.com/ansible/ansible-lint).
78

ansible/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
![dagger-min-version](https://img.shields.io/badge/dagger-v0.10.0-blue?color=3D66FF)
44
![deno compatibility](https://shield.deno.dev/deno/^1.41)
5+
[![](https://jsr.io/badges/@daggerverse/ansible)](https://jsr.io/@daggerverse/ansible)
56

67
Daggerized version of [ansible](https://github.com/cytopia/docker-ansible).
78

awesome-ci/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
![dagger-min-version](https://img.shields.io/badge/dagger-v0.10.0-blue?color=3D66FF)
44
![deno compatibility](https://shield.deno.dev/deno/^1.41)
5+
[![](https://jsr.io/badges/@daggerverse/awesome-ci)](https://jsr.io/@daggerverse/awesome-ci)
56

67
Returns a Container with [awesome-ci](https://github.com/cytopia/awesome-ci) installed.
78

checkmake/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
![dagger-min-version](https://img.shields.io/badge/dagger-v0.10.0-blue?color=3D66FF)
44
![deno compatibility](https://shield.deno.dev/deno/^1.41)
5+
[![](https://jsr.io/badges/@daggerverse/checkmake)](https://jsr.io/@daggerverse/checkmake)
56

67
Daggerized version of [checkmake](https://github.com/mrtazz/checkmake).
78

flakestry/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
![dagger-min-version](https://img.shields.io/badge/dagger-v0.10.0-blue?color=3D66FF)
44
![deno compatibility](https://shield.deno.dev/deno/^1.41)
5+
[![](https://jsr.io/badges/@daggerverse/flakestry)](https://jsr.io/@daggerverse/flakestry)
56

67
Publish a [Nix Flake](https://nix.dev/concepts/flakes/) from a Github Repository to [flakestry](https://flakestry.dev).
78

jsonlint/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
![dagger-min-version](https://img.shields.io/badge/dagger-v0.10.0-blue?color=3D66FF)
44
![deno compatibility](https://shield.deno.dev/deno/^1.41)
5+
[![](https://jsr.io/badges/@daggerverse/jsonlint)](https://jsr.io/@daggerverse/jsonlint)
56

67
Daggerized version of [jsonlint](https://github.com/zaach/jsonlint).
78

kubeconform/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
![dagger-min-version](https://img.shields.io/badge/dagger-v0.10.0-blue?color=3D66FF)
44
![deno compatibility](https://shield.deno.dev/deno/^1.41)
5+
[![](https://jsr.io/badges/@daggerverse/kubeconform)](https://jsr.io/@daggerverse/kubeconform)
56
[![ci](https://github.com/tsirysndr/daggerverse/actions/workflows/ci.yml/badge.svg)](https://github.com/tsirysndr/daggerverse/actions/workflows/ci.yml)
67

78
Daggerized version of [kubeconform](https://github.com/yannh/kubeconform).

r2-sync/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
![dagger-min-version](https://img.shields.io/badge/dagger-v0.10.0-blue?color=3D66FF)
44
![deno compatibility](https://shield.deno.dev/deno/^1.41)
5+
[![](https://jsr.io/badges/@daggerverse/r2-sync)](https://jsr.io/@daggerverse/r2-sync)
56

67
Sync files from local directory to Cloudflare [R2](https://www.cloudflare.com/developer-platform/r2/).
78

scorecard/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
![dagger-min-version](https://img.shields.io/badge/dagger-v0.10.0-blue?color=3D66FF)
44
![deno compatibility](https://shield.deno.dev/deno/^1.41)
5+
[![](https://jsr.io/badges/@daggerverse/scorecard)](https://jsr.io/@daggerverse/scorecard)
56

67
Calculates the [scorecard](https://github.com/ossf/scorecard) for a given repository.
78

shellcheck/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
![dagger-min-version](https://img.shields.io/badge/dagger-v0.10.0-blue?color=3D66FF)
44
![deno compatibility](https://shield.deno.dev/deno/^1.41)
5-
[![validate modules](https://github.com/tsirysndr/daggerverse/actions/workflows/ci.yml/badge.svg)](https://github.com/tsirysndr/daggerverse/actions/workflows/ci.yml)
5+
[![](https://jsr.io/badges/@daggerverse/shellcheck)](https://jsr.io/@daggerverse/shellcheck)
6+
[![ci](https://github.com/tsirysndr/daggerverse/actions/workflows/ci.yml/badge.svg)](https://github.com/tsirysndr/daggerverse/actions/workflows/ci.yml)
67

78
This module can be used to perform lint check on Shell Script files using [shellcheck](https://github.com/koalaman/shellcheck/)
89

terraform-docs/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
![dagger-min-version](https://img.shields.io/badge/dagger-v0.10.0-blue?color=3D66FF)
44
![deno compatibility](https://shield.deno.dev/deno/^1.41)
5+
[![](https://jsr.io/badges/@daggerverse/terraform-docs)](https://jsr.io/@daggerverse/terraform-docs)
56

67
Daggerized version of [terraform-docs](https://terraform-docs.io/).
78

yamllint/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
![dagger-min-version](https://img.shields.io/badge/dagger-v0.10.0-blue?color=3D66FF)
44
![deno compatibility](https://shield.deno.dev/deno/^1.41)
5+
[![](https://jsr.io/badges/@daggerverse/yamllint)](https://jsr.io/@daggerverse/yamllint)
56

67
Daggerized version of [yamllint](https://github.com/adrienverge/yamllint).
78

0 commit comments

Comments
 (0)