chore(.github/workflows): unify format style (#2894)

This commit is contained in:
Wonsuk Choi 2024-12-13 11:56:49 +09:00 committed by GitHub
parent afe9c6161a
commit fb6fb3595e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 5 deletions

View File

@ -1,12 +1,10 @@
name: Compressed Size
on: [ pull_request ]
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
@ -17,4 +15,4 @@ jobs:
cache-dependency-path: '**/pnpm-lock.yaml'
- uses: preactjs/compressed-size-action@v2
with:
pattern: "./dist/**/*.{js,mjs}"
pattern: './dist/**/*.{js,mjs}'

View File

@ -2,7 +2,7 @@ name: Build documentation and deploy to GitHub Pages
on:
push:
branches: ['main']
branches: [main]
workflow_dispatch:
# Cancel previous run (see: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency)