Skip to content

chore: fix make docs command #123

chore: fix make docs command

chore: fix make docs command #123

Workflow file for this run

name: codeql
on:
push:
branches: [main, ]
pull_request:
branches: [main]
jobs:
analyse:
name: Analyse
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
config-file: ./.github/codeql/codeql-config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1