mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 07:40:33 +00:00
ci: exclude file that codeql cannot analyse
This commit is contained in:
parent
b4c0f17776
commit
8de9c5be50
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -93,6 +93,8 @@ jobs:
|
|||||||
- '**/*.spec.ts'
|
- '**/*.spec.ts'
|
||||||
- '**/*.test.ts'
|
- '**/*.test.ts'
|
||||||
- '**/__snapshots__/**'
|
- '**/__snapshots__/**'
|
||||||
|
# codeql bug: #L20C9:9: A parse error occurred: `Unexpected token`.
|
||||||
|
- 'packages/vite/src/runtime/vite-node.mjs'
|
||||||
languages: ${{ matrix.language }}
|
languages: ${{ matrix.language }}
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
|
Loading…
Reference in New Issue
Block a user