Skip to content

Commit

Permalink
Added the test action badge to README.md 😶‍🌫️
Browse files Browse the repository at this point in the history
  • Loading branch information
01taylop committed Jun 8, 2024
1 parent 2571c34 commit 02c3c83
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 💚 Themed Progress Plugin

[![CodeQL Analysis](https://github.com/01taylop/themed-progress-plugin/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/01taylop/themed-progress-plugin/actions/workflows/codeql-analysis.yml)
[![Test](https://github.com/01taylop/themed-progress-plugin/actions/workflows/test.yml/badge.svg)](https://github.com/01taylop/themed-progress-plugin/actions/workflows/test.yml)

A webpack plugin featuring an emoji-themed loading bar for a fun and aesthetic build process.

Expand Down Expand Up @@ -30,14 +31,14 @@ During Halloween:

### Installation

First, install the package as a dependency:
First, install the package as a dev dependency:

```bash
# Using yarn
yarn add themed-progress-plugin
yarn add -D themed-progress-plugin

# Using npm
npm install themed-progress-plugin
npm install -D themed-progress-plugin
```

### Configuration
Expand Down

0 comments on commit 02c3c83

Please sign in to comment.