We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fafe249 commit 03c5075Copy full SHA for 03c5075
.github/workflows/pre-commit.yml
@@ -1,4 +1,4 @@
1
-name: Pre-commit
+name: Run pre-commit
2
3
on:
4
push:
.github/workflows/release.yml
@@ -1,6 +1,8 @@
# See also:
# https://github.com/pypa/gh-action-pypi-publish
# https://docs.pypi.org/trusted-publishers/creating-a-project-through-oidc/
+name: Publish release
5
+
6
7
release:
8
types: [published]
.github/workflows/tests.yml
-name: Tests
+name: Run tests
0 commit comments