Skip to content

Commit cd06c48

Browse files
committed
Apply formatter
1 parent fc753a7 commit cd06c48

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [main]
66
pull_request:
7-
branches: [ main ]
7+
branches: [main]
88

99
concurrency:
1010
# https://stackoverflow.com/a/72408109
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/setup-node@v4
2626
with:
2727
node-version-file: .nvmrc
28-
cache: 'pnpm'
28+
cache: "pnpm"
2929

3030
- name: Install dependencies
3131
run: pnpm install
@@ -54,7 +54,7 @@ jobs:
5454
- uses: actions/setup-node@v4
5555
with:
5656
node-version-file: .nvmrc
57-
cache: 'pnpm'
57+
cache: "pnpm"
5858

5959
- name: Install dependencies
6060
run: pnpm install
@@ -84,7 +84,7 @@ jobs:
8484
uses: actions/deploy-pages@v4
8585

8686
release:
87-
needs: [build-demo] # Semantically, this job can be run just after test, but we wait for build-demo to ensure the build is successful.
87+
needs: [build-demo] # Semantically, this job can be run just after test, but we wait for build-demo to ensure the build is successful.
8888

8989
if: ${{ github.event_name == 'push' && github.ref_name == github.event.repository.default_branch }}
9090

@@ -104,7 +104,7 @@ jobs:
104104
- uses: actions/setup-node@v4
105105
with:
106106
node-version-file: .nvmrc
107-
cache: 'pnpm'
107+
cache: "pnpm"
108108

109109
- name: Install dependencies
110110
run: pnpm install

0 commit comments

Comments
 (0)