Skip to content

Commit

Permalink
Fix badge links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Jan 3, 2024
1 parent 461d11b commit 7b983d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .justfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ setup:
# Upgrade (and update) dependencies
upgrade: setup
pre-commit autoupdate
cargo upgrade --incompatible
cargo upgrade --incompatible --pinned
cargo update

# Format source code
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.10.0
rev: v9.11.0
hooks:
- id: commitlint
stages:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Docs.rs](https://docs.rs/semval/badge.svg)](https://docs.rs/semval)
[![Deps.rs](https://deps.rs/repo/github/slowtec/semval/status.svg)](https://deps.rs/repo/github/slowtec/semval)
[![Security audit](https://github.com/slowtec/semval/actions/workflows/security-audit.yaml/badge.svg)](https://github.com/slowtec/semval/actions/workflows/security-audit.yaml)
[![Continuous integration](https://github.com/slowtec/semval/actions/workflows/continuous-integration.yaml/badge.svg)](https://github.com/slowtec/semval/actions/workflows/continuous-integration.yaml)
[![Continuous integration](https://github.com/slowtec/semval/actions/workflows/build-and-test.yaml/badge.svg)](https://github.com/slowtec/semval/actions/workflows/build-and-test.yaml)
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL_2.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)

A lightweight and unopinionated library with minimal dependencies for semantic validation in Rust.
Expand Down

0 comments on commit 7b983d6

Please sign in to comment.