Skip to content

fix: add build step to test job before comprehensive validation #9

fix: add build step to test job before comprehensive validation

fix: add build step to test job before comprehensive validation #9

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
permissions:
contents: read
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Skip CodeQL
run: echo "CodeQL scanning disabled for this repository"