Skip to content

Commit

Permalink
rename actions to make the badges on the readme look better
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Dec 10, 2024
1 parent 77d1cee commit 4b59da5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python Black
name: black

on: [push, pull_request]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python mypy
name: mypy

on: [push, pull_request]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish
name: pypi

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: tests

on:
push:
Expand Down

0 comments on commit 4b59da5

Please sign in to comment.