This repository has been archived on 2025-01-08. You can view files and clone it, but cannot push or open issues or pull requests.
Files
mexc-trade/.gitea/workflows/analyze.yaml
dongho 0db0405ea1
All checks were successful
SonarQube Scan / SonarQube Trigger (push) Successful in 1m44s
viewer and parser added
2024-12-20 00:00:21 +09:00

25 lines
742 B
YAML

on:
# Trigger analysis when pushing to your main branches, and when creating a pull request.
push:
branches:
- main
- master
- develop
- 'releases/**'
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
name: SonarQube Scan
jobs:
sonarqube:
name: SonarQube Trigger
runs-on: ubuntu-latest
steps:
- name: Checking out
uses: actions/checkout@v4
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: SonarQube Scan
uses: kitabisa/sonarqube-action@v1.2.0
with:
host: https://sonar.ailaplacelab.com
login: sqa_a3988da69583c0ae606dae085f14e6ec901675f7