Skip to content

Commit 855f965

Browse files
Merge pull request #50 from github/fix-workflow-indentation
Fix identation in workflow
2 parents 4997c3f + 2909e97 commit 855f965

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v1
14-
with:
15-
# Must fetch at least the immediate parents so that if this is
16-
# a pull request then we can checkout the head of the pull request.
17-
fetch-depth: 2
14+
with:
15+
# Must fetch at least the immediate parents so that if this is
16+
# a pull request then we can checkout the head of the pull request.
17+
fetch-depth: 2
1818

1919
# If this run was triggered by a pull request event then checkout
2020
# the head of the pull request instead of the merge commit.

0 commit comments

Comments
 (0)