aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorGravatar Joseph Banks <[email protected]>2020-06-11 11:47:13 +0100
committerGravatar GitHub <[email protected]>2020-06-11 11:47:13 +0100
commitba3cd237752d1a9f7134d225209c8453d9334324 (patch)
tree73f2981bb887f7e702a0fc77d40d36079af790e4 /.github/workflows
parentCreate codeql-analysis.yml (diff)
Fix trailing whitespace in GitHub Action file
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/codeql-analysis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 34ba4a67..8760b35e 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -19,7 +19,7 @@ jobs:
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}
-
+
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with: