generated from idrinth-api-bench/project-defaults
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix naming remove path prefix add missing dependencies fixes idrinth-api-bench/issues#1072
- Loading branch information
Showing
32 changed files
with
3,852 additions
and
2,259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
name: CodeQL | ||
on: | ||
push: | ||
branches: | ||
- the-one | ||
paths: | ||
- '**.ts' | ||
- '**.tsx' | ||
- '**.js' | ||
- 'package-lock.json' | ||
- '.github/workflows/codeql.yml' | ||
pull_request: | ||
branches: | ||
- the-one | ||
paths: | ||
- '**.ts' | ||
- '**.tsx' | ||
- '**.js' | ||
- 'package-lock.json' | ||
- '.github/workflows/codeql.yml' | ||
jobs: | ||
analyze: | ||
name: Analyze | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 360 | ||
permissions: | ||
security-events: write | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
- name: Initialize CodeQL | ||
uses: github/codeql-action/init@v3 | ||
with: | ||
languages: javascript-typescript | ||
queries: security-and-quality | ||
- name: Setup Node.js environment | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: latest | ||
cache: 'npm' | ||
cache-dependency-path: | | ||
package-lock.json | ||
- run: npm ci | ||
- run: npm run language | ||
- name: Perform CodeQL Analysis | ||
uses: github/codeql-action/analyze@v3 | ||
with: | ||
category: "/language:javascript-typescript" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
54 changes: 0 additions & 54 deletions
54
.github/workflows/documentation-website.lighthouse-check.yml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.