Skip to content

fix: Carriage return in tag shorthand (#501) #270

fix: Carriage return in tag shorthand (#501)

fix: Carriage return in tag shorthand (#501) #270

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
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