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 cfe99a5 commit 060d491Copy full SHA for 060d491
.github/workflows/main.yml
@@ -1,4 +1,4 @@
1
-name: Automated Tests
+name: tests
2
3
on: [push, pull_request]
4
README.rst
@@ -6,9 +6,9 @@
6
7
.. _PyPI link: https://pypi.org/project/skeleton
8
9
-.. image:: https://github.com/jaraco/skeleton/workflows/Automated%20Tests/badge.svg
10
- :target: https://github.com/jaraco/skeleton/actions?query=workflow%3A%22Automated+Tests%22
11
- :alt: Automated Tests
+.. image:: https://github.com/jaraco/skeleton/workflows/tests/badge.svg
+ :target: https://github.com/jaraco/skeleton/actions?query=workflow%3A%22tests%22
+ :alt: tests
12
13
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
14
:target: https://github.com/psf/black
0 commit comments