mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
chore(.github/workflows): unify format style (#2894)
This commit is contained in:
parent
afe9c6161a
commit
fb6fb3595e
6
.github/workflows/compressed-size-action.yml
vendored
6
.github/workflows/compressed-size-action.yml
vendored
@ -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}'
|
||||
|
||||
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user