Skip to content

Commit f704101

Browse files
committed
rename github action to tests
1 parent 021fce9 commit f704101

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/verify.yml .github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: "Verify"
1+
name: "Tests"
22
on: ["push"]
33
jobs:
4-
verify:
4+
tests:
55
strategy:
66
matrix:
77
python-version:

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Flask-API-Framework
33

44
Framework for building semantically correct HTTP API's in Flask.
55

6-
|GitHub verify| |Documentation Status|
6+
|GitHub tests| |Documentation Status|
77
|PyPI version| |PyPI pyversions| |PyPI license|
88

99

@@ -29,7 +29,7 @@ Links
2929
.. _Source: https://github.com/thnee/flask-api-framework
3030

3131

32-
.. |GitHub verify| image:: https://github.com/thnee/flask-api-framework/actions/workflows/verify.yml/badge.svg
32+
.. |GitHub tests| image:: https://github.com/thnee/flask-api-framework/actions/workflows/tests.yml/badge.svg
3333
:target: https://github.com/thnee/flask-api-framework/actions
3434

3535
.. |Documentation Status| image:: https://readthedocs.org/projects/flask-api-framework/badge/?version=latest

0 commit comments

Comments
 (0)