Pin cpp-linter-action to v2.15.1 (#692)

This commit is contained in:
Rachel 2025-08-16 21:06:45 -07:00 committed by GitHub
parent acd2b1dca3
commit e55fdab732
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@ on:
pull_request:
branches: [main]
paths: ['**.c', '**.h']
workflow_dispatch: {}
jobs:
pr-lint:
@ -15,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cpp-linter/cpp-linter-action@v2
- uses: cpp-linter/cpp-linter-action@v2.15.1
id: linter
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}