Skip to content

Bump eslint-config-prettier from 8.8.0 to 9.0.0 #185

Bump eslint-config-prettier from 8.8.0 to 9.0.0

Bump eslint-config-prettier from 8.8.0 to 9.0.0 #185

Workflow file for this run

name: "size"
on:
pull_request:
branches:
- main
jobs:
size-limit:
runs-on: ubuntu-latest
if: github.repository_owner == 'dflex-js' && github.event.pull_request.draft != true
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Cache pnpm modules
uses: actions/cache@v3
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-
- uses: pnpm/action-setup@v2.4.0
with:
version: ^8.0.0
run_install: true
- uses: andresz1/size-limit-action@dd31dce7dcc72a041fd3e49abf0502b13fc4ce05
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
package_manager: pnpm
build_script: "build --production --release --minify"