Skip to content

Delete public/config/config.js #8

Delete public/config/config.js

Delete public/config/config.js #8

Workflow file for this run

name: SonarQube CI
on: push
jobs:
sonarQubeTrigger:
name: SonarQube Trigger
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0
- name: SonarQube Scan
uses: kitabisa/[email protected]
with:
host: ${{ secrets.SONARQUBE_HOST }}
login: ${{ secrets.SONARQUBE_TOKEN }}