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:
|
||||
- event: push
|
||||
branch: main
|
||||
- event: push
|
||||
branch: main
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: node:23-alpine3.20
|
||||
commands:
|
||||
- npm install
|
||||
- npm run build
|
||||
- name: build
|
||||
image: node:23-alpine3.20
|
||||
commands:
|
||||
- npm install
|
||||
- npm run build
|
||||
|
|
Loading…
Add table
Reference in a new issue