Skip to content

Commit

Permalink
Remove sonarcube
Browse files Browse the repository at this point in the history
  • Loading branch information
pahans committed May 21, 2024
1 parent 3ea984e commit 2181be7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 2181be7

Please sign in to comment.