summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/codeql-analysis.yml
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-12-15 22:30:38 +0900
committerGitHub <[email protected]>2020-12-15 22:30:38 +0900
commit2f177dcd7232f8b8d1d1dd2c4ed3d71583139afe (patch)
tree5161a88ea84758ea3dca9b5271745207964015e0 /.github/workflows/codeql-analysis.yml
parente9fe337b952731226449027a4c34471af27b23e6 (diff)
parent4fa3359d44471cf301fe6755dd281a87304d5d01 (diff)
downloadmruby-2f177dcd7232f8b8d1d1dd2c4ed3d71583139afe.tar.gz
mruby-2f177dcd7232f8b8d1d1dd2c4ed3d71583139afe.zip
Merge pull request #5222 from jbampton/remove-trailing-whitespace
refactor: remove trailing whitespace from C, Header, Ruby and YAML files
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
-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 0e7a5591f..efbc25e93 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -23,7 +23,7 @@ jobs:
# the head of the pull request instead of the merge commit.
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}
-
+
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1