Skip to content

Commit 2de8f71

Browse files
authored
Remove lint step from SonarCloud CI workflow
Removed linting step from SonarCloud workflow
1 parent 094d0e2 commit 2de8f71

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
- name: Install dependencies
2828
run: npm ci
2929

30-
- name: Run lint
31-
run: npm run lint --if-present
32-
3330
- name: Run tests with coverage
3431
run: npm run test:coverage
3532

0 commit comments

Comments
 (0)