mirror of
https://github.com/ittuann/obsidian-gpt-liteinquirer-plugin.git
synced 2026-07-22 07:40:27 +00:00
add necessary file
This commit is contained in:
parent
adf10f94be
commit
e72269ac1e
2 changed files with 2142 additions and 8 deletions
19
.github/workflows/CodeQL.yml
vendored
19
.github/workflows/CodeQL.yml
vendored
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
name: "CodeQL"
|
||||
|
||||
on:
|
||||
|
|
@ -23,18 +22,22 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Use Node.js 14.x
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 14.x
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v2
|
||||
with:
|
||||
languages: typescript
|
||||
with:
|
||||
languages: typescript
|
||||
- name: Autobuild
|
||||
uses: github/codeql-action/autobuild@v2
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v2
|
||||
|
||||
- name: Microsoft Inclusiveness Analyzer
|
||||
uses: microsoft/InclusivenessAnalyzer@main
|
||||
with:
|
||||
excludeFiles: "**/package-lock.json"
|
||||
|
||||
- name: Microsoft Inclusiveness Analyzer
|
||||
uses: microsoft/InclusivenessAnalyzer@main
|
||||
with:
|
||||
excludeFiles: "**/package-lock.json"
|
||||
|
|
|
|||
2131
package-lock.json
generated
Normal file
2131
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue