Skip to content

Commit

Permalink
docs: fix the 404 Github Action build badge in README (#6085)
Browse files Browse the repository at this point in the history
* docs: fix the 404 Github Action build badge in README

Ensure the badge points to the correct Github Action workflow.

* fix: update the Github Action workflow file name to fix the typo

fix: change the job's name
  • Loading branch information
WilliamDASILVA authored Aug 23, 2024
1 parent a8620c0 commit 1ec52d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [dev]

jobs:
quailty:
quality:
runs-on: ubuntu-latest

strategy:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [GrapesJS](http://grapesjs.com)

[![Build Status](https://github.com/GrapesJS/grapesjs/actions/workflows/build.yml/badge.svg)](https://github.com/GrapesJS/grapesjs/actions)
[![Build Status](https://github.com/GrapesJS/grapesjs/actions/workflows/quality.yml/badge.svg)](https://github.com/GrapesJS/grapesjs/actions)
[![Chat](https://img.shields.io/badge/chat-discord-7289da.svg)](https://discord.gg/QAbgGXq)
[![CDNJS](https://img.shields.io/cdnjs/v/grapesjs.svg)](https://cdnjs.com/libraries/grapesjs)
[![npm](https://img.shields.io/npm/v/grapesjs.svg)](https://www.npmjs.com/package/grapesjs)
Expand Down

0 comments on commit 1ec52d1

Please sign in to comment.