diff options
author | 2020-06-11 11:47:13 +0100 | |
---|---|---|
committer | 2020-06-11 11:47:13 +0100 | |
commit | ba3cd237752d1a9f7134d225209c8453d9334324 (patch) | |
tree | 73f2981bb887f7e702a0fc77d40d36079af790e4 /.github | |
parent | Create codeql-analysis.yml (diff) |
Fix trailing whitespace in GitHub Action file
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/codeql-analysis.yml | 2 |
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: |