ref: cfaf608e69c9a2f99424470a831f99526642de34
parent: 6e363ea1bad43a38b85882e89a9386566b512bf4
author: Turo Lamminen <turol@iki.fi>
date: Fri Sep 9 10:07:48 EDT 2022
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 }}