From 2181be718e04e4de452cf8b11c583e7add0677b3 Mon Sep 17 00:00:00 2001 From: Pahan Sarathchandra Date: Tue, 21 May 2024 20:05:33 +0300 Subject: [PATCH] Remove sonarcube --- .github/workflows/node.js.yml | 5 +---- package.json | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index fee3f9c..ba6bd00 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -28,7 +28,4 @@ jobs: - run: npm ci - run: npm run lint - run: npm test --coverage - - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@master - env: - SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }} + diff --git a/package.json b/package.json index 248e378..7da4684 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "test:watch": "jest --watch", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", - "format": "prettier --check .", + "format": "prettier --check **/*.{ts,tsx,css}", "format:fix": "prettier --write **/*.{ts,tsx,css}", "seed-db": "ts-node --compiler-options='{\"module\":\"commonJS\"}' ./scripts/seed.ts" },