Skip to content

Commit

Permalink
Merge pull request #259 from aldbr/main_FIX_Readme
Browse files Browse the repository at this point in the history
fix(README): link to gh action workflows
  • Loading branch information
aldbr authored Dec 20, 2024
2 parents ac43f13 + fa396b7 commit 5bbb184
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

# DiracX-Web
![Basic tests](https://github.com/DIRACGrid/diracx-web/actions/workflows/basic.yml/badge.svg?branch=main)
![Unit tests](https://github.com/DIRACGrid/diracx-web/actions/workflows/test.yml/badge.svg?branch=main)
![Integration tests](https://github.com/DIRACGrid/diracx-web/actions/workflows/integration-test.yml/badge.svg?branch=main)
![Unit tests](https://github.com/DIRACGrid/diracx-web/actions/workflows/diracx-web-components-test.yml/badge.svg?branch=main)
![Integration tests](https://github.com/DIRACGrid/diracx-web/actions/workflows/diracx-web-test.yml/badge.svg?branch=main)
![Deployment](https://github.com/DIRACGrid/diracx-web/actions/workflows/deployment.yml/badge.svg?branch=main)


Expand Down
2 changes: 2 additions & 0 deletions packages/extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

# Creating a DiracX Web Extension

![CI](https://github.com/DIRACGrid/diracx-web/actions/workflows/gubbins-test.yml/badge.svg?branch=main)

This project aims to provide an example for creating a basic Next.js web extension for DiracX. It includes the necessary configuration and setup to get you started quickly.

## Prerequisites
Expand Down

0 comments on commit 5bbb184

Please sign in to comment.