Release new version 13.1.0.0+0~mr13.1.0.0 #133
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |