Skip to content

Commit

Permalink
updates CI name and badge in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
seanwatters committed Feb 5, 2024
1 parent c5a8088 commit 274d19d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: CI

on:
push:
Expand All @@ -15,7 +15,6 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: arduino/setup-protoc@v2
- name: Build
run: cargo build --verbose
- name: Tests
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 274d19d

Please sign in to comment.