Skip to content

Commit

Permalink
chore(.github/workflows): unify format style (#2858)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukvvon authored Dec 13, 2024
1 parent b50caee commit ed3d136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/compressed-size-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/livecodes-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
cache-dependency-path: '**/pnpm-lock.yaml'
- uses: live-codes/preview-in-livecodes@v1
with:
install-command: 'pnpm install --frozen-lockfile'
build-command: 'pnpm build'
install-command: pnpm install --frozen-lockfile
build-command: pnpm build
base-url: 'https://{{LC::REF}}.preview-in-livecodes-demo.pages.dev'

0 comments on commit ed3d136

Please sign in to comment.