Skip to content

remove fake

remove fake #494

Workflow file for this run

name: Bundle Analyzer

Check failure on line 1 in .github/workflows/bundle-analyzer.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/bundle-analyzer.yml

Invalid workflow file

(Line: 33, Col: 9): Unexpected value 'working-directory'
on:
pull_request:
branches:
- master
jobs:
build:
name: Size Change
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install client dependencies
working-directory: client
run: npm ci
- name: Build client
working-directory: client
run: npm run build
- uses: preactjs/compressed-size-action@v2
working-directory: client
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pattern: './client/build/**/*.{js,css}'
strip-hash: "\\b\\w{8}\\."