From 7d7ad040b588886511a7dca8bc16500c2d4656e2 Mon Sep 17 00:00:00 2001 From: Xorima Bot Date: Mon, 1 Jun 2020 13:03:36 +0000 Subject: [PATCH] Standardise files with files in sous-chefs/repo-management Signed-off-by: Xorima Bot --- .github/workflows/md-links.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/md-links.yml b/.github/workflows/md-links.yml index f766261..a390ea9 100644 --- a/.github/workflows/md-links.yml +++ b/.github/workflows/md-links.yml @@ -1,11 +1,10 @@ --- name: md-links -on: +"on": pull_request: push: - branches: - - master + branches: [master] jobs: md-links: @@ -14,7 +13,7 @@ jobs: - name: Check out code uses: actions/checkout@master - name: markdown-link-check - uses: gaurav-nelson/github-action-markdown-link-check@1.0.2 + uses: gaurav-nelson/github-action-markdown-link-check@1 with: - use-verbose-mode: 'yes' - folder-path: 'documentation' + use-verbose-mode: "yes" + folder-path: "documentation" -- GitLab