From 64e1e43e6bf934c513330eca4d72cbd2cd5da909 Mon Sep 17 00:00:00 2001 From: rick Date: Sun, 31 Jan 2021 19:25:20 +0800 Subject: [PATCH] Fix the syntax errors in pull-request.yaml --- .github/workflows/pull-request.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index cf749ff..07c9059 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -67,6 +67,7 @@ jobs: - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v1 Markdown Link Check: + name: Markdown Link Check runs-on: ubuntu-latest steps: - uses: actions/checkout@master