Skip to content

Add LC_maxnopartafterop class for partition operations #1449

Add LC_maxnopartafterop class for partition operations

Add LC_maxnopartafterop class for partition operations #1449

Workflow file for this run

name: C/C++ CI
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- name: Set up C/C++ build
run: sudo apt-get update && sudo apt-get install -y build-essential g++
- name: Syntax Check
run: |
find . -name "*.cpp" | xargs g++ -c -Wall