Skip to content

Commit 34c0a19

Browse files
committed
fix: add src/, lib/ to code checks
1 parent 2def59e commit 34c0a19

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
env:
3535
GIO_USE_VFS: local
3636
run: |
37-
dbus-run-session -- io.elementary.vala-lint src/
37+
dbus-run-session -- io.elementary.vala-lint src/ lib/
3838
3939

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repos:
33
hooks:
44
- id: vala-lint
55
name: Vala-Lint
6-
entry: env LD_LIBRARY_PATH=/usr/local/lib64 GIO_USE_VFS=local dbus-run-session -- io.elementary.vala-lint -c vala-lint.conf --fix .
6+
entry: env LD_LIBRARY_PATH=/usr/local/lib64 GIO_USE_VFS=local dbus-run-session -- io.elementary.vala-lint -c vala-lint.conf --fix src/ lib/
77
language: system
88
files: \.(vala|gs)$
99

0 commit comments

Comments
 (0)