cleanup: format + minor setup About component

This commit is contained in:
2026-06-30 21:52:15 +02:00
parent 93c4d09b35
commit f3bdf16fa9
3 changed files with 19 additions and 23 deletions
+16 -16
View File
@@ -1,25 +1,25 @@
name: Format frontend with Prettier
on:
push:
branches: ["master"]
push:
branches: ["master"]
jobs:
format:
runs-on: alpine
container: node:26-alpine
format:
runs-on: alpine
container: node:26-alpine
steps:
- name: Install dependencies
run: apk add --no-cache git
steps:
- name: Install dependencies
run: apk add --no-cache git
- name: Checkout repo
uses: actions/checkout@v4
- name: Checkout repo
uses: actions/checkout@v4
- name: Install frontend deps
working-directory: frontend
run: npm install
- name: Install frontend deps
working-directory: frontend
run: npm install
- name: Run Prettier check
working-directory: frontend
run: npx prettier --check .
- name: Run Prettier check
working-directory: frontend
run: npx prettier --check .
+3 -1
View File
@@ -4,7 +4,9 @@ export default function About() {
<h1 className="text-center m-6 text-3xl font-bold text-ctp-mauve">
About
</h1>
<div></div>
<div className="flex justify-center mb-6">
<p className="text-ctp-text"></p>
</div>
</>
);
}
-6
View File
@@ -1,6 +0,0 @@
{
"name": "aramjonghu-site",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}