Skip to content

Commit 4b59da5

Browse files
committed
rename actions to make the badges on the readme look better
1 parent 77d1cee commit 4b59da5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/black.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Python Black
1+
name: black
22

33
on: [push, pull_request]
44

.github/workflows/mypy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Python mypy
1+
name: mypy
22

33
on: [push, pull_request]
44

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish
1+
name: pypi
22

33
on:
44
push:

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test
1+
name: tests
22

33
on:
44
push:

0 commit comments

Comments
 (0)