We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
set-output
1 parent c17445b commit 5879eceCopy full SHA for 5879ece
.github/workflows/run-test.yml
@@ -7,6 +7,7 @@ on:
7
pull_request:
8
branches: main
9
paths-ignore: "docs/**"
10
+ workflow_dispatch:
11
12
jobs:
13
add-tag:
.gitpod.yml
@@ -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
+ command: pre-commit install
requirements.txt
@@ -4,4 +4,4 @@ clang-tools==0.6.2
# cpp-linter core Python executable package
# For details please see: https://github.com/cpp-linter/cpp-linter
-cpp-linter==1.4.8
+cpp-linter==1.4.9
0 commit comments