Skip to content

Commit 4c02f76

Browse files
committed
fix(ci): License check on yml files
1 parent d1000c8 commit 4c02f76

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/conventional-commit-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
server
5555
native
5656
native-pos
57+
native-connector
5758
testing
5859
docs
5960
build

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ repos:
6060
language: python
6161
additional_dependencies: [regex]
6262
require_serial: true
63-
exclude: ^.github/.*
63+
exclude: ^.github/.*\.yml
6464

6565
# CMake
6666
- repo: https://github.com/BlankSpruce/gersemi

0 commit comments

Comments
 (0)