Skip to content

Commit 060d491

Browse files
committed
Rename 'Automated Tests' to simply 'tests'
1 parent cfe99a5 commit 060d491

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

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

33
on: [push, pull_request]
44

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
.. _PyPI link: https://pypi.org/project/skeleton
88

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
9+
.. image:: https://github.com/jaraco/skeleton/workflows/tests/badge.svg
10+
:target: https://github.com/jaraco/skeleton/actions?query=workflow%3A%22tests%22
11+
:alt: tests
1212

1313
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
1414
:target: https://github.com/psf/black

0 commit comments

Comments
 (0)