Skip to content

Convert images from bitmap bundle to images #107

Convert images from bitmap bundle to images

Convert images from bitmap bundle to images #107

Workflow file for this run

name: cppcheck
on: [push]
jobs:
build:
name: cppcheck-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: cppcheck
uses: deep5050/cppcheck-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN}}
std: c++17
inline_suppression: enable
exclude_check: ./tests
output_file: cppcheck_report.txt
other_options: --library=wxwidgets
- name: print output
run: |
./.github/review_cppcheck_output.sh