Skip to content

test(axes): skip SVG round-trip when svglite is unavailable #33

test(axes): skip SVG round-trip when svglite is unavailable

test(axes): skip SVG round-trip when svglite is unavailable #33

Workflow file for this run

# CodeQL security scanning.
# Pure-R packages have limited CodeQL support; this workflow scans the
# GitHub Actions YAML surface and any auto-detected languages.
name: codeql.yaml
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
schedule:
- cron: '0 6 * * 1'
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: ['actions']
steps:
- uses: actions/checkout@v6
- uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
- uses: github/codeql-action/analyze@v4
with:
category: /language:${{ matrix.language }}