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

feat:add ShowAvatar #596

feat:add ShowAvatar

feat:add ShowAvatar #596

Workflow file for this run

name: CodeQL
on:
push:
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow_ref }}-${{ github.ref }}
cancel-in-progress: true
jobs:
CodeQL:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- 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