From 296a30c54de73f744d59960c3026dfa581fcb565 Mon Sep 17 00:00:00 2001 From: Leon Kiefer Date: Sun, 1 Sep 2019 18:41:12 +0200 Subject: [PATCH] added syntax highlighting to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b756695..35f9e55 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ SonarCloud is the leading product for Continuous Code Quality & Code Security on Project metadata, including the location to the sources to be analyzed, must be declared in the file `sonar-project.properties` in the base directory: -``` +```properties sonar.organization= sonar.projectKey= @@ -26,7 +26,7 @@ sonar.sources=. The workflow, usually declared in `.github/main.workflow`, looks like: -``` +```yaml on: push name: Main Workflow jobs: