Skip to content

Commit c6cb061

Browse files
committed
fix: remove codeql
1 parent bc4d6d0 commit c6cb061

File tree

3 files changed

+4
-20
lines changed

3 files changed

+4
-20
lines changed

.github/codeql.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,3 @@ jobs:
6565
run: npm ci
6666
- name: Run build
6767
run: npm run build
68-
analyze:
69-
name: Analyze
70-
runs-on: ubuntu-latest
71-
timeout-minutes: 5
72-
permissions:
73-
contents: read
74-
security-events: write
75-
steps:
76-
- name: Checkout
77-
uses: actions/[email protected]
78-
- name: Set up CodeQL
79-
uses: github/codeql-action/[email protected]
80-
with:
81-
languages: javascript
82-
config-file: .github/codeql.yml
83-
- name: Run analysis
84-
uses: github/codeql-action/[email protected]

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ npm i
8989
Execute linters via `npm`.
9090

9191
```console
92-
# git, javascript and markdown
92+
# git, javascript, markdown and package.json
9393
npm run lint
9494
9595
# git only
@@ -100,6 +100,9 @@ npm run lint:js
100100
101101
# markdown only
102102
npm run lint:md
103+
104+
# package.json only
105+
npm run lint:pkg
103106
```
104107

105108
### Testing

0 commit comments

Comments
 (0)