Skip to content

Release new version 10.5.8.1+0~mr10.5.8.1 #139

Release new version 10.5.8.1+0~mr10.5.8.1

Release new version 10.5.8.1+0~mr10.5.8.1 #139

Workflow file for this run

name: Cppcheck
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v2
- name: Get tool
run: sudo apt-get install -q -y --no-install-recommends cppcheck
- name: Analyze
run: cppcheck -q --enable=all src