Skip to content

Commit 8a31687

Browse files
committed
spacing
1 parent ec73c81 commit 8a31687

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,26 +154,22 @@ jobs:
154154
security-events: write
155155
actions: read
156156
contents: read
157-
158157
strategy:
159158
fail-fast: false
160159
matrix:
161160
include:
162161
- language: actions
163162
build-mode: none
164-
165163
steps:
166164
- name: Checkout repository
167165
uses: actions/checkout@v5
168166
with:
169167
persist-credentials: false
170-
171168
- name: Initialize CodeQL
172169
uses: github/codeql-action/init@v3
173170
with:
174171
languages: ${{ matrix.language }}
175172
build-mode: ${{ matrix.build-mode }}
176-
177173
- name: Perform CodeQL Analysis
178174
uses: github/codeql-action/analyze@v3
179175
with:

0 commit comments

Comments
 (0)