Skip to content

Milan snapshot test (#56) #19

Milan snapshot test (#56)

Milan snapshot test (#56) #19

Workflow file for this run

name: SonarCloud Scan
on:
pull_request:
branches:
- devel
jobs:
sonarcloud:
name: SonarCloud Scan
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@v2

Check failure on line 19 in .github/workflows/sonarcloud.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/sonarcloud.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
with:
args: >
-Dsonar.projectKey=ansible_metrics-utility
-Dsonar.organization=ansible
-Dsonar.host.url=https://sonarcloud.io
token: ${{ secrets.SONAR_TOKEN }}