Skip to content

MT#58307 debian: Simplify debhelper install fragments #87

MT#58307 debian: Simplify debhelper install fragments

MT#58307 debian: Simplify debhelper install fragments #87

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