Skip to content

Commit af00e5d

Browse files
authored
Update README.md
1 parent 37c1816 commit af00e5d

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# GitHub Actions HTML/CSS/JS
22

3+
### Statut des Actions GitHub
4+
![Tests Unitaires](https://github.com/Y-Picot/github-actions-html-css-js/workflows/unit_tests/badge.svg)
5+
![Linting](https://github.com/Y-Picot/github-actions-html-css-js/workflows/super_linter_hcjs/badge.svg)
6+
![Tests Deno](https://github.com/Y-Picot/github-actions-html-css-js/workflows/deno_lint/badge.svg)
7+
8+
### Exemple Badge Shield.io
9+
![Statut des Actions](https://img.shields.io/github/actions/workflow/status/Y-Picot/github-actions-html-css-js/unit_tests.yml?branch=main)
10+
311
## Description
412
Ce projet est un exemple d'utilisation des GitHub Actions pour automatiser les tests, le linting et d'autres tâches pour un projet HTML/CSS/JS. Il est conçu pour être didactique et facile à utiliser.
513

@@ -70,16 +78,6 @@ Un fichier `.gitignore` a été ajouté pour exclure les fichiers et dossiers su
7078
### Nom du dépôt
7179
- Utilisez des noms descriptifs en kebab-case (ex. `action-git-html-css-js`).
7280

73-
## Badges
74-
75-
### Statut des Actions GitHub
76-
![Tests Unitaires](https://github.com/Y-Picot/github-actions-html-css-js/workflows/unit_tests/badge.svg)
77-
![Linting](https://github.com/Y-Picot/github-actions-html-css-js/workflows/super_linter_hcjs/badge.svg)
78-
![Tests Deno](https://github.com/Y-Picot/github-actions-html-css-js/workflows/deno_lint/badge.svg)
79-
80-
### Exemple Badge Shield.io
81-
![Statut des Actions](https://img.shields.io/github/actions/workflow/status/Y-Picot/github-actions-html-css-js/unit_tests.yml?branch=main)
82-
8381
## Contribuer
8482
Les contributions sont les bienvenues ! Veuillez suivre les étapes suivantes :
8583
1. Forkez le projet.

0 commit comments

Comments
 (0)