Skip to content

Commit

Permalink
Update badges to point to the new CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
magicant committed Sep 28, 2024
1 parent 3161574 commit 1ca8a32
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a reimplementation project of [Yet Another Shell (yash)](https://magican
Currently, only a minimal subset of the original yash is implemented.
It will be extended to cover more features in the future.

[![Build status](https://github.com/magicant/yash-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/magicant/yash-rs/actions/workflows/rust.yml)
[![Build status](https://github.com/magicant/yash-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/magicant/yash-rs/actions/workflows/ci.yml)

## Features

Expand Down
2 changes: 1 addition & 1 deletion yash-arith/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ independently.

[![yash-arith at crates.io](https://img.shields.io/crates/v/yash-arith.svg)](https://crates.io/crates/yash-arith)
[![yash-arith at docs.rs](https://docs.rs/yash-arith/badge.svg)](https://docs.rs/yash-arith)
[![Build status](https://github.com/magicant/yash-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/magicant/yash-rs/actions/workflows/rust.yml)
[![Build status](https://github.com/magicant/yash-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/magicant/yash-rs/actions/workflows/ci.yml)


- [Changelog](CHANGELOG.md)
Expand Down
2 changes: 1 addition & 1 deletion yash-builtin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[![yash-builtin at crates.io](https://img.shields.io/crates/v/yash-builtin.svg)](https://crates.io/crates/yash-builtin)
[![yash-builtin at docs.rs](https://docs.rs/yash-builtin/badge.svg)](https://docs.rs/yash-builtin)
[![Build status](https://github.com/magicant/yash-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/magicant/yash-rs/actions/workflows/rust.yml)
[![Build status](https://github.com/magicant/yash-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/magicant/yash-rs/actions/workflows/ci.yml)

- [Changelog](CHANGELOG.md)

Expand Down
2 changes: 1 addition & 1 deletion yash-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ programs.

[![yash-cli at crates.io](https://img.shields.io/crates/v/yash-cli.svg)](https://crates.io/crates/yash-cli)
[![yash-cli at docs.rs](https://docs.rs/yash-cli/badge.svg)](https://docs.rs/yash-cli)
[![Build status](https://github.com/magicant/yash-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/magicant/yash-rs/actions/workflows/rust.yml)
[![Build status](https://github.com/magicant/yash-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/magicant/yash-rs/actions/workflows/ci.yml)

- [Changelog for the entire shell binary](CHANGELOG-bin.md)
- [Changelog for the library crate](CHANGELOG-lib.md)
Expand Down
2 changes: 1 addition & 1 deletion yash-env-test-helper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment defined in `yash-env`.

[![yash-env-test-helper at crates.io](https://img.shields.io/crates/v/yash-env-test-helper.svg)](https://crates.io/crates/yash-env-test-helper)
[![yash-env-test-helper at docs.rs](https://docs.rs/yash-env-test-helper/badge.svg)](https://docs.rs/yash-env-test-helper)
[![Build status](https://github.com/magicant/yash-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/magicant/yash-rs/actions/workflows/rust.yml)
[![Build status](https://github.com/magicant/yash-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/magicant/yash-rs/actions/workflows/ci.yml)

- [Changelog](CHANGELOG.md)

Expand Down
2 changes: 1 addition & 1 deletion yash-env/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This crate is part of [yash](../README.md).

[![yash-env at crates.io](https://img.shields.io/crates/v/yash-env.svg)](https://crates.io/crates/yash-env)
[![yash-env at docs.rs](https://docs.rs/yash-env/badge.svg)](https://docs.rs/yash-env)
[![Build status](https://github.com/magicant/yash-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/magicant/yash-rs/actions/workflows/rust.yml)
[![Build status](https://github.com/magicant/yash-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/magicant/yash-rs/actions/workflows/ci.yml)

- [Changelog](CHANGELOG.md)

Expand Down
2 changes: 1 addition & 1 deletion yash-executor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ or atomics, so you must ensure that wakers are not shared between threads.

[![yash-executor at crates.io](https://img.shields.io/crates/v/yash-executor.svg)](https://crates.io/crates/yash-executor)
[![yash-executor at docs.rs](https://docs.rs/yash-executor/badge.svg)](https://docs.rs/yash-executor)
[![Build status](https://github.com/magicant/yash-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/magicant/yash-rs/actions/workflows/rust.yml)
[![Build status](https://github.com/magicant/yash-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/magicant/yash-rs/actions/workflows/ci.yml)

- [Changelog](CHANGELOG.md)

Expand Down
2 changes: 1 addition & 1 deletion yash-fnmatch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ locale-dependent behaviors.

[![yash-fnmatch at crates.io](https://img.shields.io/crates/v/yash-fnmatch.svg)](https://crates.io/crates/yash-fnmatch)
[![yash-fnmatch at docs.rs](https://docs.rs/yash-fnmatch/badge.svg)](https://docs.rs/yash-fnmatch)
[![Build status](https://github.com/magicant/yash-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/magicant/yash-rs/actions/workflows/rust.yml)
[![Build status](https://github.com/magicant/yash-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/magicant/yash-rs/actions/workflows/ci.yml)

- [Changelog](CHANGELOG.md)

Expand Down
2 changes: 1 addition & 1 deletion yash-prompt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The `yash-prompt` crate implements command prompt for [yash](../README.md).

[![yash-prompt at crates.io](https://img.shields.io/crates/v/yash-prompt.svg)](https://crates.io/crates/yash-prompt)
[![yash-prompt at docs.rs](https://docs.rs/yash-prompt/badge.svg)](https://docs.rs/yash-prompt)
[![Build status](https://github.com/magicant/yash-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/magicant/yash-rs/actions/workflows/rust.yml)
[![Build status](https://github.com/magicant/yash-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/magicant/yash-rs/actions/workflows/ci.yml)

- [Changelog](CHANGELOG.md)

Expand Down
2 changes: 1 addition & 1 deletion yash-quote/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This crate provides just one function: `quote`. It returns a quoted version of t

[![yash-quote at crates.io](https://img.shields.io/crates/v/yash-quote.svg)](https://crates.io/crates/yash-quote)
[![yash-quote at docs.rs](https://docs.rs/yash-quote/badge.svg)](https://docs.rs/yash-quote)
[![Build status](https://github.com/magicant/yash-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/magicant/yash-rs/actions/workflows/rust.yml)
[![Build status](https://github.com/magicant/yash-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/magicant/yash-rs/actions/workflows/ci.yml)

- [Changelog](CHANGELOG.md)

Expand Down
2 changes: 1 addition & 1 deletion yash-semantics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ shell command language used in [yash](../README.md).

[![yash-semantics at crates.io](https://img.shields.io/crates/v/yash-semantics.svg)](https://crates.io/crates/yash-semantics)
[![yash-semantics at docs.rs](https://docs.rs/yash-semantics/badge.svg)](https://docs.rs/yash-semantics)
[![Build status](https://github.com/magicant/yash-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/magicant/yash-rs/actions/workflows/rust.yml)
[![Build status](https://github.com/magicant/yash-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/magicant/yash-rs/actions/workflows/ci.yml)

- [Changelog](CHANGELOG.md)

Expand Down
2 changes: 1 addition & 1 deletion yash-syntax/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Note that `yash-syntax` does not include functionality for executing parsed scri

[![yash-syntax at crates.io](https://img.shields.io/crates/v/yash-syntax.svg)](https://crates.io/crates/yash-syntax)
[![yash-syntax at docs.rs](https://docs.rs/yash-syntax/badge.svg)](https://docs.rs/yash-syntax)
[![Build status](https://github.com/magicant/yash-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/magicant/yash-rs/actions/workflows/rust.yml)
[![Build status](https://github.com/magicant/yash-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/magicant/yash-rs/actions/workflows/ci.yml)

- [Changelog](CHANGELOG.md)

Expand Down

0 comments on commit 1ca8a32

Please sign in to comment.