Skip to content

Fix small issues pointed out by Cppcheck #33

Fix small issues pointed out by Cppcheck

Fix small issues pointed out by Cppcheck #33

Workflow file for this run

name: Static analysis
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install tools
run: |
sudo apt update
sudo apt --yes install cppcheck
- name: Static analysis
run: |
cppcheck --project=PictureBrowser.cppcheck --error-exitcode=1 --enable=warning,style