Skip to content

Changed SonarCloud Repository to Mono Repo #5

Changed SonarCloud Repository to Mono Repo

Changed SonarCloud Repository to Mono Repo #5

Workflow file for this run

name: check-prettier
on:
push:
jobs:
prettier-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install dependencies
run: npm install
- name: Run Prettier check
run: npx prettier ./frontend/src -c