shithub: choc

Download patch

ref: f8f21ffcc986ac8f79b81227321a0cd698f7cc6a
parent: 6e363ea1bad43a38b85882e89a9386566b512bf4
parent: cfaf608e69c9a2f99424470a831f99526642de34
author: Turo Lamminen <turol@users.noreply.github.com>
date: Fri Sep 9 10:23:13 EDT 2022

Merge pull request #1507 from turol/linter-update

Update cpp-linter action to v2

--- a/.github/workflows/cpp-linter.yml
+++ b/.github/workflows/cpp-linter.yml
@@ -21,7 +21,7 @@
         run: sudo apt-get update && sudo apt-get install libpng-dev libsamplerate0-dev libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev ninja-build
       - name: Run cmake to generate compilation database
         run: cmake -S . -B . -G Ninja -DCMAKE_EXPORT_COMPILE_COMMANDS=1
-      - uses: cpp-linter/cpp-linter-action@v1
+      - uses: cpp-linter/cpp-linter-action@v2
         id: linter
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}