Skip to content

Commit c7bb83d

Browse files
committed
Add GH actions status badges
1 parent e679702 commit c7bb83d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# django-admin-changeform-actions
22

3+
[![Run pytest](https://github.com/cb109/django-admin-changeform-actions/actions/workflows/pytest.yml/badge.svg)](https://github.com/cb109/django-admin-changeform-actions/actions/workflows/pytest.yml)
4+
[![Run tox](https://github.com/cb109/django-admin-changeform-actions/actions/workflows/tox.yml/badge.svg)](https://github.com/cb109/django-admin-changeform-actions/actions/workflows/tox.yml)
5+
36
Replicates the admin
47
[actions](https://docs.djangoproject.com/en/dev/ref/contrib/admin/actions/)
58
dropdown (available on a model's `changelist` page) on each model

0 commit comments

Comments
 (0)