Skip to content

Commit 5d15f8e

Browse files
committed
docs: add repo badges
Add CI, security scan, and coverage badges to the README.
1 parent 5fc9288 commit 5d15f8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# JSON:API Frontend
22

3+
[![Drupal Module](https://github.com/code-wheel/jsonapi-frontend/actions/workflows/drupal-module.yml/badge.svg?branch=master)](https://github.com/code-wheel/jsonapi-frontend/actions/workflows/drupal-module.yml?query=branch%3Amaster) [![Semgrep](https://github.com/code-wheel/jsonapi-frontend/actions/workflows/semgrep.yml/badge.svg?branch=master)](https://github.com/code-wheel/jsonapi-frontend/actions/workflows/semgrep.yml?query=branch%3Amaster) [![codecov](https://codecov.io/gh/code-wheel/jsonapi-frontend/branch/master/graph/badge.svg)](https://codecov.io/gh/code-wheel/jsonapi-frontend) [![Security Policy](https://img.shields.io/badge/security-policy-blue.svg)](SECURITY.md)
4+
35
`jsonapi_frontend` is a minimal Drupal module that makes JSON:API frontend-ready by adding a **path → JSON:API URL** resolver endpoint.
46

57
- Resolve frontend paths (including aliases) to JSON:API resource URLs

0 commit comments

Comments
 (0)