mirror of
https://github.com/Fluffy-Bean/website.git
synced 2025-05-14 08:02:16 +00:00
style: format code with Prettier
This commit fixes the style issues introduced in b203a41
according to the output
from Prettier.
Details: None
This commit is contained in:
parent
b203a410de
commit
85cc6ae3d9
1 changed files with 7 additions and 7 deletions
|
@ -1,10 +1,10 @@
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: node:23-alpine3.20
|
image: node:23-alpine3.20
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|
Loading…
Add table
Reference in a new issue