v3.3.0 #159

Merged
profitroll merged 53 commits from dev into main 2024-12-16 23:48:08 +02:00
Showing only changes of commit 377ba928ba - Show all commits

View File

@ -10,6 +10,7 @@ on:
jobs: jobs:
test: test:
name: Build and Test
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest container: catthehacker/ubuntu:act-latest
strategy: strategy:
@ -36,3 +37,15 @@ jobs:
with: with:
name: Artifacts name: Artifacts
path: dist/* path: dist/*
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 }}