Skip to content

Commit

Permalink
chore: add deps scope to semantic-pr workflow (#1817)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stratus3D authored Dec 19, 2024
1 parent d5f0214 commit 54d15e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/semantic-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ jobs:
website
plugin
completions
deps
2 changes: 1 addition & 1 deletion scripts/lint.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 54d15e3

Please sign in to comment.