From 274d19d8da87ceae2b87bed8b65a85269c1e1ee0 Mon Sep 17 00:00:00 2001 From: Sean Watters Date: Sun, 4 Feb 2024 22:39:18 -0800 Subject: [PATCH] updates CI name and badge in readme --- .github/workflows/{rust.yml => ci.yml} | 3 +-- README.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) rename .github/workflows/{rust.yml => ci.yml} (91%) diff --git a/.github/workflows/rust.yml b/.github/workflows/ci.yml similarity index 91% rename from .github/workflows/rust.yml rename to .github/workflows/ci.yml index b08880d..9fa9ee1 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Rust +name: CI on: push: @@ -15,7 +15,6 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: arduino/setup-protoc@v2 - name: Build run: cargo build --verbose - name: Tests diff --git a/README.md b/README.md index 73b2504..590c078 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ordinal Crypto 🔐 -![ci](https://github.com//ordinarylabs/ordinal-crypto/actions/workflows/rust.yml/badge.svg) +[![ci](https://github.com//ordinarylabs/ordinal-crypto/actions/workflows/ci.yml/badge.svg)](https://github.com//ordinarylabs/ordinal-crypto/actions/workflows/ci.yml) [![crates.io](https://img.shields.io/crates/v/ordinal_crypto.svg)](https://crates.io/crates/ordinal_crypto) [![docs.rs](https://docs.rs/ordinal_crypto/badge.svg)](https://docs.rs/ordinal_crypto/) [![license](https://img.shields.io/github/license/ordinarylabs/ordinal-crypto.svg)](https://github.com/ordinarylabs/ordinal-crypto/blob/main/LICENSE)