Skip to content

chore(deps): update kotlin monorepo to v2.1.10 #3

chore(deps): update kotlin monorepo to v2.1.10

chore(deps): update kotlin monorepo to v2.1.10 #3

Workflow file for this run

name: SonarCloud Analysis
on:
push:
branches: [ "main", "develop" ]
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
permissions:
pull-requests: read
jobs:
Analysis:
runs-on: ubuntu-latest
steps:
- name: Analyze with SonarCloud
uses: SonarSource/sonarcloud-github-action@v2.2.0
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }

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

View workflow run for this annotation

GitHub Actions / SonarCloud Analysis

Invalid workflow file

The workflow is not valid. .github/workflows/sonarcloud.yml (Line: 20, Col: 24): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.
with:
args:
-Dsonar.projectKey=xLexip_Hecate
-Dsonar.organization=xlexip
projectBaseDir: .