Skip to main content
Module

x/goober/.github/workflows/pr_size.yml

πŸ₯œ goober, a less than 1KB πŸŽ‰ css-in-js alternative with a familiar API
Latest
File
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: build-script: 'build:dist' repo-token: '${{ secrets.GITHUB_TOKEN }}'