Skip to content

Commit d7c084b

Browse files
committed
chore: prettier
1 parent 4afbcdf commit d7c084b

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

.github/workflows/codeql.yml

+28-28
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: "CodeQL Advanced"
1+
name: 'CodeQL Advanced'
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: ['main']
66
pull_request:
7-
branches: [ "main" ]
7+
branches: ['main']
88
schedule:
99
- cron: '28 6 * * 3'
1010

@@ -28,29 +28,29 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
include:
31-
- language: javascript-typescript
32-
build-mode: none
31+
- language: javascript-typescript
32+
build-mode: none
3333
steps:
34-
- name: Checkout repository
35-
uses: actions/checkout@v4
36-
37-
- name: Initialize CodeQL
38-
uses: github/codeql-action/init@v3
39-
with:
40-
languages: ${{ matrix.language }}
41-
build-mode: ${{ matrix.build-mode }}
42-
43-
- if: matrix.build-mode == 'manual'
44-
shell: bash
45-
run: |
46-
echo 'If you are using a "manual" build mode for one or more of the' \
47-
'languages you are analyzing, replace this with the commands to build' \
48-
'your code, for example:'
49-
echo ' make bootstrap'
50-
echo ' make release'
51-
exit 1
52-
53-
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@v3
55-
with:
56-
category: "/language:${{matrix.language}}"
34+
- name: Checkout repository
35+
uses: actions/checkout@v4
36+
37+
- name: Initialize CodeQL
38+
uses: github/codeql-action/init@v3
39+
with:
40+
languages: ${{ matrix.language }}
41+
build-mode: ${{ matrix.build-mode }}
42+
43+
- if: matrix.build-mode == 'manual'
44+
shell: bash
45+
run: |
46+
echo 'If you are using a "manual" build mode for one or more of the' \
47+
'languages you are analyzing, replace this with the commands to build' \
48+
'your code, for example:'
49+
echo ' make bootstrap'
50+
echo ' make release'
51+
exit 1
52+
53+
- name: Perform CodeQL Analysis
54+
uses: github/codeql-action/analyze@v3
55+
with:
56+
category: '/language:${{matrix.language}}'

0 commit comments

Comments
 (0)