Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
glitch-txs committed Apr 21, 2024
2 parents f5d8faa + 4d9ea41 commit 54f4781
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Use GitHub Actions to get a comment on your PR's with tables showing information
## Configuration

Setup a global script called `size` following [vite-size configuration steps](https://github.com/glitch-txs/vite-size?tab=readme-ov-file#vite-size)
Set up a global script called `size` following [vite-size configuration steps](https://github.com/glitch-txs/vite-size?tab=readme-ov-file#vite-size)

## workflow

Expand All @@ -18,7 +18,7 @@ on:
- main

jobs:
hello_world_job:
vite_size:
runs-on: ubuntu-latest
name: Run Vite Size
steps:
Expand All @@ -27,9 +27,8 @@ jobs:
with:
node-version: '20'
- run: npm install
- name: Calling vite-size script
id: vite-size
uses: glitch-txs/[email protected]
- name: Running vite-size script
uses: glitch-txs/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
```
```

0 comments on commit 54f4781

Please sign in to comment.