Skip to content

Commit

Permalink
fix: remove codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
devpow112 committed Dec 22, 2023
1 parent bc4d6d0 commit c6cb061
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 deletions.
2 changes: 0 additions & 2 deletions .github/codeql.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,3 @@ jobs:
run: npm ci
- name: Run build
run: npm run build
analyze:
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 5
permissions:
contents: read
security-events: write
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Set up CodeQL
uses: github/codeql-action/init@v3.22.11
with:
languages: javascript
config-file: .github/codeql.yml
- name: Run analysis
uses: github/codeql-action/analyze@v3.22.11
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ npm i
Execute linters via `npm`.

```console
# git, javascript and markdown
# git, javascript, markdown and package.json
npm run lint

# git only
Expand All @@ -100,6 +100,9 @@ npm run lint:js

# markdown only
npm run lint:md

# package.json only
npm run lint:pkg
```

### Testing
Expand Down

0 comments on commit c6cb061

Please sign in to comment.