Skip to content

fix: convert underscore files to dotfiles #81

fix: convert underscore files to dotfiles

fix: convert underscore files to dotfiles #81

Workflow file for this run

name: 'Size'
on:
pull_request:
types: [synchronize, opened]
jobs:
size:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: preactjs/compressed-size-action@v2
continue-on-error: true
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
pattern: '**/build/*.js'