Skip to content

Add comments and UE5.2 support #53

Add comments and UE5.2 support

Add comments and UE5.2 support #53

Workflow file for this run

name: analysis
on: [push]
jobs:
cppcheck:
name: cppcheck-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: cppcheck
uses: deep5050/cppcheck-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
enable : warning, style, performance, portability, information
inconclusive : disable
inline_suppression: enable
output_file:
std: c++17