Skip to content

polish(desktop): use literal type sizes + mono font for labels in onb… #25

polish(desktop): use literal type sizes + mono font for labels in onb…

polish(desktop): use literal type sizes + mono font for labels in onb… #25

Workflow file for this run

name: CodeQL
# CodeQL on private repos requires GitHub Advanced Security (paid).
# This workflow only runs once the repository becomes public, OR if
# the org has Advanced Security enabled. Until then it is a no-op.
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '23 4 * * 1'
jobs:
analyze:
name: Analyze
if: github.event.repository.visibility == 'public'
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [javascript-typescript]
steps:
- uses: actions/checkout@v4
- uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- uses: github/codeql-action/analyze@v3
with:
category: "/language:${{ matrix.language }}"