Skip to content

Commit

Permalink
Merge pull request developit#134 from developit/compressed-size-action
Browse files Browse the repository at this point in the history
add compressed-size-action
  • Loading branch information
developit authored Feb 18, 2020
2 parents e14d62a + 0a66745 commit ce48129
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Compressed Size

on: [pull_request]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2-beta
with:
fetch-depth: 1
- uses: preactjs/compressed-size-action@v1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit ce48129

Please sign in to comment.