This commit is contained in:
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
|
Reference in New Issue
Block a user