shithub: choc

Download patch

ref: 5e7b3e17170671f488191f3ad60eba916cdafa05
parent: 9b38d6dfbc8ef673a611f97a41d5918616211efd
parent: ae23feb6c241cc0a1a42543661e3bf7544e171da
author: Turo Lamminen <turol@users.noreply.github.com>
date: Mon Jun 20 15:04:22 EDT 2022

Merge pull request #1476 from turol/tweak-linter-ci

Tweak linter CI

--- a/.github/workflows/cpp-linter.yml
+++ b/.github/workflows/cpp-linter.yml
@@ -6,6 +6,8 @@
   pull_request:
     types: [opened, reopened, synchronize]
   push:
+    branches:
+      - master
 
 jobs:
   cpp-linter:
@@ -26,6 +28,7 @@
         with:
           style: file
           lines-changed-only: true
+          version: 14
           tidy-checks: >-
             boost-*
             ,bugprone-*