Skip to content

Commit 5879ece

Browse files
shenxianpeng2bndy5
andauthored
Bump cpp-linter to v1.4.9 to solve set-output command is deprecated (#114)
* Update .gitpod.yml * Update requirements.txt for testing remove-set-output * support tigger on workflow_dispatch * pin to cpp-linter v1.4.9 Co-authored-by: Brendan <2bndy5@gmail.com>
1 parent c17445b commit 5879ece

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.github/workflows/run-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
branches: main
99
paths-ignore: "docs/**"
10+
workflow_dispatch:
1011

1112
jobs:
1213
add-tag:

.gitpod.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This configuration file was automatically generated by Gitpod.
2+
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
3+
# and commit this file to your remote git repository to share the goodness with others.
4+
5+
tasks:
6+
- init: pip install -r requirements.txt pre-commit
7+
command: pre-commit install

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ clang-tools==0.6.2
44

55
# cpp-linter core Python executable package
66
# For details please see: https://github.com/cpp-linter/cpp-linter
7-
cpp-linter==1.4.8
7+
cpp-linter==1.4.9

0 commit comments

Comments
 (0)