Skip to content

Commit

Permalink
fix: update the Github Action workflow file name to fix the typo
Browse files Browse the repository at this point in the history
fix: change the job's name
  • Loading branch information
WilliamDASILVA committed Aug 23, 2024
1 parent 18b7828 commit ea0429b
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/quailty.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 ea0429b

Please sign in to comment.