Skip to content

Commit

Permalink
chore(docs): update
Browse files Browse the repository at this point in the history
  • Loading branch information
LironEr committed Aug 19, 2023
1 parent 0d7dd61 commit 0f7c6f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,20 @@

# BundleMon GitHub Action

Easily use [BundleMon](https://github.com/LironEr/bundlemon) to monitor your bundle size on every commit from GitHub Actions

## Inputs

| Name | Required | Default | Description |
| ----------------- | :------: | -------------- | ------------------------------------------------------------------ |
| bundlemon-args | - | | Optional args for BundleMon cli. Example: --subProject "some-name" |
| bundlemon-args | - | | Optional args for [BundleMon cli](https://github.com/LironEr/bundlemon#cli-usage). Example: --subProject "some-name" |
| bundlemon-version | - | Latest version | BundleMon cli version |
| working-directory | - | | The working directory |

## Usage

BundleMon config must be present to run this action, See [BundleMon setup](https://github.com/LironEr/bundlemon#setup) for more info.

```yaml
name: Build

Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'bundlemon'
description: 'Run BundleMon CLI to check for bundle size changes'
name: 'BundleMon'
description: 'A free open-source tool that helps you to monitor your bundle size on every commit and alerts you on changes.'
author: 'LironEr'
branding:
icon: 'activity'
Expand Down

0 comments on commit 0f7c6f3

Please sign in to comment.