mirror of
https://github.com/standardnotes/app.git
synced 2026-01-16 23:01:30 +00:00
16 lines
No EOL
259 B
YAML
16 lines
No EOL
259 B
YAML
name: "Custom CodeQL Config"
|
|
|
|
queries:
|
|
- uses: security-and-quality
|
|
- uses: ./.github/codeql/custom-queries/javascript
|
|
|
|
paths:
|
|
- packages/web/src/javascripts
|
|
- packages/desktop/app
|
|
|
|
paths-ignore:
|
|
- bin
|
|
- node_modules
|
|
- build
|
|
- dist
|
|
- packages/desktop/app/dist |