This commit is contained in:
parent
1dff7573ff
commit
0eab9a8063
15
.gitea/workflows/prettier.yaml
Normal file
15
.gitea/workflows/prettier.yaml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
name: CI
|
||||||
|
on: push
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Install ESLint
|
||||||
|
run: npm install prettier
|
||||||
|
|
||||||
|
- name: Run ESLint
|
||||||
|
working-directory: ./front/MyINPulse-front
|
||||||
|
run: npx prettier src --write
|
0
front/MyINPulse-front/.prettierrc
Normal file
0
front/MyINPulse-front/.prettierrc
Normal file
@ -1,15 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div class="about">
|
|
||||||
<h1>This is an about page</h1>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<style>
|
|
||||||
@media (min-width: 1024px) {
|
|
||||||
.about {
|
|
||||||
min-height: 100vh;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
Loading…
x
Reference in New Issue
Block a user