fix: install and run
Some checks failed
renovate / renovate (push) Successful in 58s
test-build / build (push) Successful in 1m18s
test-build / guarddog (push) Failing after 2m4s

This commit is contained in:
2026-02-11 15:19:19 -06:00
parent 31aad5511f
commit e29631c4af

View File

@@ -72,9 +72,14 @@ jobs:
export C_INCLUDE_PATH=/usr/include
export CPLUS_INCLUDE_PATH=/usr/include
- name: Install GuardDog
run: |
python3 -m pip install --upgrade pip
python3 -m pip install guarddog
- name: Run GuardDog
run: |
uvx --only-binary pygit2 guarddog npm scan ./
guarddog npm scan ./
- name: ntfy Failed
uses: niniyas/ntfy-action@master