Skip to content

Commit 2e3c912

Browse files
committed
[CI] Unify pre-commit job
Fully get rid of supplementary jobs and hold them under pre-commit umbrella
1 parent ef311de commit 2e3c912

File tree

2 files changed

+1
-36
lines changed

2 files changed

+1
-36
lines changed

.github/workflows/cpp-lint.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
name: Pre-commit checks
22

33
on:
4+
push:
45
pull_request:
5-
paths-ignore:
6-
- 'docs/**'
7-
- '*.md'
8-
- '*.rst'
9-
- '*.txt'
10-
- 'LICENSE'
116

127
jobs:
138
pre-commit:

0 commit comments

Comments
 (0)