mirror of
https://github.com/jlengrand/adyen-node-api-library.git
synced 2026-03-10 08:01:20 +00:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Wouter Boereboom <62436079+wboereboom@users.noreply.github.com>
22 lines
519 B
YAML
22 lines
519 B
YAML
name: "Sonarcloud Analysis"
|
|
|
|
on: ["pull_request"]
|
|
|
|
jobs:
|
|
sonarcloud-analysis:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- name: Checkout repository
|
|
uses: actions/checkout@v3
|
|
with:
|
|
# Disabling shallow clone to improve relevancy of SonarCloud reporting
|
|
fetch-depth: 0
|
|
|
|
- name: SonarCloud integration
|
|
uses: sonarsource/sonarcloud-github-action@master
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|