MyINPulse/.gitea/workflows/prettier.yaml
Pierre Tellier a859871265
Some checks failed
CI / build (push) Failing after 5s
fix: prettier now fail instead of doing nothing
2025-02-09 15:57:40 +01:00

16 lines
318 B
YAML

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 --check