Skip to content

Commit

Permalink
Create build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: BOOM TOKEN <marinachris112@outlook.com>
  • Loading branch information
Boomtokn authored Feb 21, 2025
1 parent 450a594 commit 57527ad
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Build
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonarqube:
name: SonarQube
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v4
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 57527ad

Please sign in to comment.