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
c193d40906
commit
7e03b08a6b
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -93,6 +93,8 @@ jobs:
|
||||
- '**/*.spec.ts'
|
||||
- '**/*.test.ts'
|
||||
- '**/__snapshots__/**'
|
||||
# codeql bug: #L20C9:9: A parse error occurred: `Unexpected token`.
|
||||
- 'packages/vite/src/runtime/vite-node.mjs'
|
||||
languages: ${{ matrix.language }}
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
|
Loading…
Reference in New Issue
Block a user