mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-12-19 09:55:01 -07:00
chore: add deps scope to semantic-pr workflow (#1817)
This commit is contained in:
parent
d5f021482d
commit
54d15e3fa6
1
.github/workflows/semantic-pr.yml
vendored
1
.github/workflows/semantic-pr.yml
vendored
@ -28,3 +28,4 @@ jobs:
|
||||
website
|
||||
plugin
|
||||
completions
|
||||
deps
|
||||
|
@ -123,7 +123,7 @@ run_fish_linter() {
|
||||
printf "%s\n" "[WARNING] fish_indent not found. Skipping .fish files."
|
||||
else
|
||||
print.info "Checking .fish files with fish_indent"
|
||||
fish_indent "${flag}" ./completions/asdf.fish
|
||||
fish_indent "${flag}" ./internal/completions/asdf.fish
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user