Skip to content

Commit 777286f

Browse files
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 87ac22b commit 777286f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/native-build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
permissions:
1010
actions: read
1111
contents: read
12+
pull-requests: read
1213
security-events: write
1314

1415
jobs:
@@ -76,7 +77,8 @@ jobs:
7677
- 'tests/**/*.py'
7778
javascript:
7879
- 'source/**/*.js'
79-
80+
- 'jsts/**/*.js'
81+
- 'tests/**/*.js'
8082
codeql-c-cpp:
8183
name: CodeQL (C/C++)
8284
needs: detect-source-changes
@@ -156,7 +158,8 @@ jobs:
156158
config: |
157159
paths:
158160
- source
159-
161+
- jsts
162+
- tests/parser
160163
- name: Analyze JavaScript
161164
uses: github/codeql-action/analyze@v4
162165
with:

0 commit comments

Comments
 (0)