Skip to content

Commit

Permalink
Create sonar-report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christosservos authored Feb 29, 2024
1 parent cf15530 commit b299a06
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/sonar-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: sonar-report
on:
push:
branches-ignore:
- 'dependabot/*'
workflow_dispatch:

jobs:
install-sonar-report:
runs-on: ubuntu-latest
steps:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20

- name: Install "sonar-report" and run it
run: |
npm cache clean --force
npm install -g [email protected]
which sonar-report
sonar-report -h

0 comments on commit b299a06

Please sign in to comment.