Skip to content

Delete .github/workflows/codeql.yml #191

Delete .github/workflows/codeql.yml

Delete .github/workflows/codeql.yml #191

Workflow file for this run

name: p4vfs-verify
on:
workflow_dispatch:
push:
branches:
- 'main'
- 'dev/*'
pull_request:
branches:
- 'main'
- 'dev/*'
permissions:
contents: read
jobs:
build:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [windows-latest]
configuration: [Debug, Release]
steps:
- name: Checkout
uses: actions/[email protected]
- name: Build
uses: ./.github/actions/p4vfs-build
with:
configuration: '${{matrix.configuration}}'
workspace: '${{github.workspace}}'