Skip to content

Commit

Permalink
Merge pull request #6 from TransbankDevelopers/chore/add-sonar-cloud
Browse files Browse the repository at this point in the history
chore: add sonar cloud
  • Loading branch information
mastudillot authored Jul 30, 2024
2 parents 2968c28 + 4beef3e commit 4317c58
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Sonar Scan
on:
push:
branches:
- main
pull_request:
branches:
- **
jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 4317c58

Please sign in to comment.