Skip to content

[workflow/actions] Disable the ts type check workflow #12

[workflow/actions] Disable the ts type check workflow

[workflow/actions] Disable the ts type check workflow #12

Workflow file for this run

name: "CodeQL Analysis"
on:
push:
branches: [ main ]
pull_request:
branches:
- master
schedule:
- cron: '0 0 * * 0'
jobs:
codeql:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: typescript, javascript
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3