Skip to content

Release new version 13.1.0.0+0~mr13.1.0.0 #133

Release new version 13.1.0.0+0~mr13.1.0.0

Release new version 13.1.0.0+0~mr13.1.0.0 #133

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