Skip to content

Commit

Permalink
chore(.github/workflows): unify format style (#2894)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukvvon authored Dec 13, 2024
1 parent afe9c61 commit fb6fb35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/compressed-size-action.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fb6fb35

Please sign in to comment.