Skip to content

Merge pull request #52 from atsign-foundation/cpswan-scorecard-viewer #19

Merge pull request #52 from atsign-foundation/cpswan-scorecard-viewer

Merge pull request #52 from atsign-foundation/cpswan-scorecard-viewer #19

Workflow file for this run

name: Cppcheck
on:
workflow_dispatch:
push:
branches: [trunk]
pull_request:
branches: [trunk]
permissions:
contents: read
jobs:
cppcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Cppcheck
run: |
sudo apt install -y cppcheck
cppcheck .