Skip to content

Commit

Permalink
fix(ci): repair ci (#21)
Browse files Browse the repository at this point in the history
fix naming
remove path prefix
add missing dependencies

fixes idrinth-api-bench/issues#1072
  • Loading branch information
Idrinth authored May 20, 2024
1 parent 10aa99a commit 8f5804b
Show file tree
Hide file tree
Showing 32 changed files with 3,852 additions and 2,259 deletions.
48 changes: 48 additions & 0 deletions .github/workflows/codeql.yml
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"
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:
node-version: ${{ env.CURRENT_NODE_VERSION }}
cache: 'npm'
cache-dependency-path: |
framework/package-lock.json
documentation-website/package-lock.json
history-microservice/package-lock.json
history-website/package-lock.json
cli/package-lock.json
package-lock.json
- run: npm ci
- run: npm run commitlint-ci
58 changes: 0 additions & 58 deletions .github/workflows/documentation-website.codeql.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/documentation-website.eslint.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/documentation-website.fta.yml

This file was deleted.

47 changes: 0 additions & 47 deletions .github/workflows/documentation-website.knip.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/documentation-website.language-lint.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/documentation-website.license-check.yml

This file was deleted.

54 changes: 0 additions & 54 deletions .github/workflows/documentation-website.lighthouse-check.yml

This file was deleted.

Loading

0 comments on commit 8f5804b

Please sign in to comment.