Skip to content

Prepare version 2.1.0 #18

Prepare version 2.1.0

Prepare version 2.1.0 #18

Workflow file for this run

name: cppcheck-action-test
on: [push]
jobs:
build:
name: cppcheck-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install cppcheck
run: |
sudo apt-get install cppcheck
- name: Run cppcheck
run: |
./run_cppcheck.sh