mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
Pin cpp-linter-action to v2.15.1 (#692)
This commit is contained in:
parent
acd2b1dca3
commit
e55fdab732
3
.github/workflows/pr-lint.yml
vendored
3
.github/workflows/pr-lint.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user