SonarCloudTest/.gitea/workflows/test.yml
Profitroll 5dc7bb883f
Some checks failed
Build / sonarcloud (push) Failing after 0s
Update .gitea/workflows/test.yml
2024-10-29 23:36:34 +02:00

17 lines
384 B
YAML

name: Build
on:
push:
branches:
- main
jobs:
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 }}