chore: add deps scope to semantic-pr workflow (#1817)

This commit is contained in:
Trevor Brown 2024-12-18 20:17:04 -05:00 committed by GitHub
parent d5f021482d
commit 54d15e3fa6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -28,3 +28,4 @@ jobs:
website website
plugin plugin
completions completions
deps

View File

@ -123,7 +123,7 @@ run_fish_linter() {
printf "%s\n" "[WARNING] fish_indent not found. Skipping .fish files." printf "%s\n" "[WARNING] fish_indent not found. Skipping .fish files."
else else
print.info "Checking .fish files with fish_indent" print.info "Checking .fish files with fish_indent"
fish_indent "${flag}" ./completions/asdf.fish fish_indent "${flag}" ./internal/completions/asdf.fish
fi fi
} }