Skip to content

ci: disable pioneer and lighthouse #614

ci: disable pioneer and lighthouse

ci: disable pioneer and lighthouse #614

Workflow file for this run

name: CodeQL analysis
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '0 23 * * 0'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Initialize
uses: github/codeql-action/init@v2
with:
languages: javascript
- name: Perform analysis
uses: github/codeql-action/analyze@v2