Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down