Skip to content

Commit

Permalink
Update status badge URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
OLILHR committed Dec 2, 2024
1 parent 1f5de69 commit f574765
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/byte_order_marks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Prevent byte order marks."
name: "Prevent byte order marks"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Coverage."
name: "Coverage"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot_automerge.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Dependabot auto-approve/-merge."
name: "Dependabot auto-approve/-merge"

on: pull_request

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev_environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Test dev environment."
name: "Test dev environment"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Formatting."
name: "Formatting"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Linting."
name: "Linting"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Packaging."
name: "Packaging"

on: [pull_request]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Publishing to PyPI."
name: "Publishing to PyPI"

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Unittests."
name: "Unittests"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?labelColor=30363D&color=fccccc)](LICENSE)
![Python Versions (officially) supported](https://img.shields.io/pypi/pyversions/ahlbatross.svg?labelColor=30363D&color=fccccc)
![Unittests status badge](https://github.com/OLILHR/python-tox-template/workflows/Unittesting/badge.svg)
![Unittests status badge](https://github.com/OLILHR/python-tox-template/workflows/Unittests/badge.svg)
![Coverage status badge](https://github.com/OLILHR/python-tox-template/workflows/Coverage/badge.svg)
![Pylint status badge](https://github.com/OLILHR/python-tox-template/workflows/Linting/badge.svg)
![Formatting status badge](https://github.com/OLILHR/python-tox-template/workflows/Formatting/badge.svg)
Expand Down

0 comments on commit f574765

Please sign in to comment.