Skip to content

Add CodeQL configuration #2

Add CodeQL configuration

Add CodeQL configuration #2

Workflow file for this run

name: PR
on:
pull_request:
branches:
- main
- release-*
paths-ignore:
- "**.md"
- "docs/**"
- "**.txt"
- "images/**"
- "LICENSE"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3