Skip to content

Disable linting in header include #38

Disable linting in header include

Disable linting in header include #38

Workflow file for this run

name: C/C++ build
on: [push, pull_request]
jobs:
cmake_build:
strategy:
matrix:
os: [ubuntu-latest] # [ubuntu-latest, macos-latest]
compiler: [g++, clang++]
runs-on: ${{ matrix.os }}
steps:
- name: Setup NASM
uses: ilammy/setup-nasm@v1
- name: Checkout
uses: actions/[email protected]
- name: Configure and Build Project
uses: threeal/cmake-action@main
with:
cxx-compiler: ${{ matrix.compiler }}