We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2450dc commit b178621Copy full SHA for b178621
.github/workflows/build_and_test.yml
@@ -80,8 +80,8 @@ jobs:
80
--gcov-ignore-parse-errors negative_hits.warn \
81
--gcov-ignore-parse-errors suspicious_hits.warn
82
83
- lint:
84
- runs-on: ubuntu-24.04-32core
+ code-lint:
+ runs-on: ubuntu-latest
85
strategy:
86
matrix:
87
python-version: [ "3.10" ]
@@ -108,3 +108,9 @@ jobs:
108
sudo apt-get update && sudo apt-get install -y clang-format
109
clang-format --version
110
find src -name '*.cpp' -o -name '*.h' | xargs clang-format --dry-run --Werror
111
+
112
+ pr-lint:
113
114
+ steps:
115
+ - name: Verify Conventional Commit In Pull Requests
116
+ uses: ytanikin/pr-conventional-commits@1.5.1
0 commit comments