Skip to content

Commit 03c5075

Browse files
committed
Names for github actions
1 parent fafe249 commit 03c5075

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Pre-commit
1+
name: Run pre-commit
22

33
on:
44
push:

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# See also:
22
# https://github.com/pypa/gh-action-pypi-publish
33
# https://docs.pypi.org/trusted-publishers/creating-a-project-through-oidc/
4+
name: Publish release
5+
46
on:
57
release:
68
types: [published]

.github/workflows/tests.yml

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

33
on:
44
push:

0 commit comments

Comments
 (0)