Skip to content

chore: remove dead code/stray files, add CI typecheck+lint+build gates, CodeQL, and Dependabot #2

chore: remove dead code/stray files, add CI typecheck+lint+build gates, CodeQL, and Dependabot

chore: remove dead code/stray files, add CI typecheck+lint+build gates, CodeQL, and Dependabot #2

Workflow file for this run

name: CodeQL
on:
push:
branches: [ main ]
pull_request:
branches: [ '**' ]
schedule:
- cron: '17 3 * * 1'
permissions:
contents: read
jobs:
analyze:
name: Analyze (javascript-typescript)
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: javascript-typescript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: '/language:javascript-typescript'