Skip to content

added question symbol to allowed list and questioned equal operator #354

added question symbol to allowed list and questioned equal operator

added question symbol to allowed list and questioned equal operator #354

Workflow file for this run

name: Code Quality
on:
pull_request:
push:
branches: [master]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2