Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

feat: add InterwikiTips (#160) #688

feat: add InterwikiTips (#160)

feat: add InterwikiTips (#160) #688

Workflow file for this run

name: CodeQL
on:
push:
branches: ['master']
pull_request:
# The branches below must be a subset of the branches above
branches: ['master']
concurrency:
group: ${{ github.workflow_ref }}-${{ github.ref }}
cancel-in-progress: true
jobs:
CodeQL:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: javascript
config-file: ./.github/codeql-config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2