(fix) Fixes the :has and other selector when used with multiple (fixes #596) #676
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }}' |