fix: correct YAML indentation in workflow
This commit is contained in:
parent
78f9371831
commit
ec3fbbcfa6
1 changed files with 4 additions and 4 deletions
|
|
@ -44,10 +44,10 @@ jobs:
|
|||
git fetch --depth 1 origin ${{ GITEA_REF }}
|
||||
git checkout FETCH_HEAD
|
||||
|
||||
- name: Install Node.js and Sonar Scanner
|
||||
run: |
|
||||
apk add --no-cache nodejs npm curl
|
||||
npm install -g sonarqube-scanner
|
||||
- name: Install Node.js and Sonar Scanner
|
||||
run: |
|
||||
apk add --no-cache nodejs npm curl
|
||||
npm install -g sonarqube-scanner
|
||||
|
||||
- name: SonarQube Scan
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue