Skip to content

Replace "pattern" export with "getPattern" method (#243) #519

Replace "pattern" export with "getPattern" method (#243)

Replace "pattern" export with "getPattern" method (#243) #519

name: CodeQL
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '0 15 * * 3'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language:
- javascript
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v1
# ✏️ If the Autobuild fails above, remove "uses" and replace with the following
#- run: |
# npm run build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1