diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d669b8..61d8563 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,6 +9,12 @@ env: CARGO_TERM_COLOR: always jobs: + lint-markdowns: + name: Lint markdown files + runs-on: ubuntu-latest + steps: + - name: Lint markdown files + uses: actionshub/markdownlint@main build: name: 🔨Build release runs-on: ubuntu-latest diff --git a/README.md b/README.md index 4fe80ea..b17417a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # rust-pip + +![build](https://github.com/John15321/rust-pip/actions/workflows/build.yml/badge.svg) +![docs](https://github.com/John15321/rust-pip/actions/workflows/docs.yml/badge.svg) +![package](https://github.com/John15321/rust-pip/actions/workflows/package.yml/badge.svg) +![rust-lint](https://github.com/John15321/rust-pip/actions/workflows/rust.yml/badge.svg) +![tests](https://github.com/John15321/rust-pip/actions/workflows/tests.yml/badge.svg) + + WORK IN PROGRESS Pip rewritten in Rust