fix broken CI (#3551)

This commit is contained in:
GuySten 2025-08-27 22:28:11 +03:00 committed by GitHub
parent d1df80a210
commit b14eff4760
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cpp-linter/cpp-linter-action@v2
- uses: cpp-linter/cpp-linter-action@v2.16.0
id: linter
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}