From 3f78ca77cafcb984f3f68020d8dec01624107c9e Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Tue, 5 Mar 2024 17:31:17 +0000 Subject: [PATCH] add ci badge --- .fluentci/src/dagger/jobs.ts | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.fluentci/src/dagger/jobs.ts b/.fluentci/src/dagger/jobs.ts index 2810852..a92b81b 100644 --- a/.fluentci/src/dagger/jobs.ts +++ b/.fluentci/src/dagger/jobs.ts @@ -32,6 +32,7 @@ export const test = async ( expand: true, }) .withExec(["nix", "--version"]) + .withExec(["ls", "-la", "/root"]) .withExec(["which", "hello"]) .withExec(["envhub", "unuse"]) .withExec(["envhub", "status"]); diff --git a/README.md b/README.md index e7c75e8..5eb44f1 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ [![flakestry.dev](https://flakestry.dev/api/badge/flake/github/tsirysndr/envhub)](https://flakestry.dev/flake/github/tsirysndr/envhub) [![crates](https://img.shields.io/crates/v/envhub.svg)](https://crates.io/crates/envhub) [![downloads](https://img.shields.io/crates/dr/envhub)](https://crates.io/crates/envhub) +[![ci](https://github.com/tsirysndr/envhub/actions/workflows/ci.yml/badge.svg)](https://github.com/tsirysndr/envhub/actions/workflows/ci.yml) [![discord](https://img.shields.io/discord/1160636024167333979?label=discord&logo=discord&color=5865F2)](https://discord.gg/aTGPE3Myhk) EnvHub is a simple tool to manage dotfiles and packages accross multiple machines.