🏗️ Renamed workflows to be more logical

This commit is contained in:
Alicia Sykes
2021-09-12 21:45:41 +01:00
parent 0aca363841
commit 0f33a8fca8
23 changed files with 28 additions and 36 deletions

View File

@@ -1,5 +1,5 @@
# Adds a comment to new PRs, showing the compressed size and size difference of new code
name: Compressed Size
name: 🌈 Get Compressed Size
on: [pull_request]
jobs:
build:
@@ -7,3 +7,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: preactjs/compressed-size-action@v2
with:
repo-token: ${{ secrets.BOT_GITHUB_TOKEN }}
pattern: "./dist/**/**"