mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-28 19:50:34 +00:00
chore: fix pre commit format and pipeline issue (#1144)
This commit is contained in:
parent
2256497dff
commit
893f51fc82
970 changed files with 11235 additions and 9533 deletions
6
.github/workflows/codeql.yml
vendored
6
.github/workflows/codeql.yml
vendored
|
|
@ -73,6 +73,12 @@ jobs:
|
|||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
build-mode: ${{ matrix.build-mode }}
|
||||
config: |
|
||||
paths-ignore:
|
||||
# Third-party packages (vendored from external sources)
|
||||
- 'package/@stackframe/**'
|
||||
- 'node_modules/**'
|
||||
- '**/node_modules/**'
|
||||
# If you wish to specify custom queries, you can do so here or in a config file.
|
||||
# By default, queries listed here will override any specified in a config file.
|
||||
# Prefix the list here with "+" to use these queries and those in the config file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue