Skip to content

Updated CMake version to 3.12 #46

Updated CMake version to 3.12

Updated CMake version to 3.12 #46

Workflow file for this run

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