mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-07 09:22:27 +00:00
ci: exclude file that codeql cannot analyse
This commit is contained in:
parent
c193d40906
commit
7e03b08a6b
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