Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 6633c39

Browse files
committed
fixup! Update README badges
1 parent b2a62f1 commit 6633c39

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1+
.. |pytest| image:: https://github.com/edu-python-course/problem-sets/actions/workflows/pytest.yml/badge.svg
2+
.. |pylint| image:: https://github.com/edu-python-course/problem-sets/actions/workflows/linter.yml/badge.svg
3+
.. |mypy| image:: https://github.com/edu-python-course/problem-sets/actions/workflows/type_check.yml/badge.svg
4+
.. |sonarcloud| image:: https://github.com/edu-python-course/problem-sets/actions/workflows/sonarcloud.yml/badge.svg
5+
16
###############################################################################
27
PYTHON TRAINING COURSE: PROBLEM SETS
38
###############################################################################
49

5-
.. image:: https://github.com/edu-python-course/problem-sets/actions/workflows/pytest.yml/badge.svg
6-
.. image:: https://github.com/edu-python-course/problem-sets/actions/workflows/linter.yml/badge.svg
7-
.. image:: https://github.com/edu-python-course/problem-sets/actions/workflows/type_check.yml/badge.svg
8-
.. image:: https://github.com/edu-python-course/problem-sets/actions/workflows/sonarcloud.yml/badge.svg
10+
|pytest| |sonarcloud|
911

1012
This repository contains various problem sets (aka tasks or challenges) for
1113
the `Python training course`_. These challenges will help you to improve your

0 commit comments

Comments
 (0)