From 0d7ef12884439a2abd31fe9ce66787759531fb61 Mon Sep 17 00:00:00 2001 From: John Gardner Date: Wed, 22 Dec 2021 15:50:41 +1100 Subject: [PATCH] Fix caps, hyphenation, and display filename in monospace --- GitLab-CI.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GitLab-CI.md b/GitLab-CI.md index 716d833..35834ff 100644 --- a/GitLab-CI.md +++ b/GitLab-CI.md @@ -1,4 +1,4 @@ -Simple test job for GitLab (analyse testScript.sh): +Simple test job for GitLab (analyse `testScript.sh`): ```yaml test: @@ -8,7 +8,7 @@ test: - shellcheck testScript.sh ``` -Here is a CI job that will lint all shell scripts in a git repository: +Here is a CI job that will lint all shell-scripts in a Git repository: ```yaml test: @@ -19,4 +19,4 @@ test: - apk add git script: - git ls-files --exclude='*.sh' --ignored -z | xargs -0r shellcheck -``` \ No newline at end of file +```