Skip to content

Commit 6c32886

Browse files
authored
Add Github Actions workflow status badges
1 parent ea4804f commit 6c32886

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# [Django REST framework][docs]
22

33
[![build-status-image]][build-status]
4+
[![django-ci-status-image]][django-ci-status]
5+
[![pylint-status-image]][pylint-status]
6+
[![black-status-image]][black-status]
47
[![coverage-status-image]][codecov]
58
[![pypi-version]][pypi]
69

@@ -181,6 +184,12 @@ Please see the [security policy][security-policy].
181184
[build-status]: https://github.com/encode/django-rest-framework/actions/workflows/main.yml
182185
[coverage-status-image]: https://img.shields.io/codecov/c/github/encode/django-rest-framework/master.svg
183186
[codecov]: https://codecov.io/github/encode/django-rest-framework?branch=master
187+
[django-ci-status-image]: https://github.com/encode/django-rest-framework/actions/workflows/django.yml/badge.svg
188+
[django-ci-status]: https://github.com/encode/django-rest-framework/actions/workflows/django.yml
189+
[pylint-status-image]: https://github.com/encode/django-rest-framework/actions/workflows/pylint.yml/badge.svg
190+
[pylint-status]: https://github.com/encode/django-rest-framework/actions/workflows/pylint.yml
191+
[black-status-image]: https://github.com/encode/django-rest-framework/actions/workflows/black.yml/badge.svg
192+
[black-status]: https://github.com/encode/django-rest-framework/actions/workflows/black.yml
184193
[pypi-version]: https://img.shields.io/pypi/v/djangorestframework.svg
185194
[pypi]: https://pypi.org/project/djangorestframework/
186195
[group]: https://groups.google.com/forum/?fromgroups#!forum/django-rest-framework

0 commit comments

Comments
 (0)