Compare commits

..

1 Commits

Author SHA1 Message Date
558227e6f7 chore(deps): update astral-sh/setup-uv action to v7
Some checks failed
test-build / build (pull_request) Successful in 1m15s
test-build / guarddog (pull_request) Failing after 2m46s
2026-02-11 21:15:15 +00:00

View File

@@ -72,14 +72,9 @@ 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: |
guarddog npm scan ./
uvx --only-binary pygit2 guarddog npm scan ./
- name: ntfy Failed
uses: niniyas/ntfy-action@master