mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-29 08:21:20 +00:00
fix: Use NPX to run depcheck
This commit is contained in:
parent
9296bb4d50
commit
cb0aace287
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check.yaml
vendored
2
.github/workflows/check.yaml
vendored
|
@ -32,4 +32,4 @@ jobs:
|
||||||
prettier: true
|
prettier: true
|
||||||
|
|
||||||
- name: Run dependency check
|
- name: Run dependency check
|
||||||
run: depcheck
|
run: npx depcheck
|
||||||
|
|
Loading…
Reference in a new issue