diff --git a/.github/workflows/semantic-pr.yml b/.github/workflows/semantic-pr.yml index fda8238d..40db6a85 100644 --- a/.github/workflows/semantic-pr.yml +++ b/.github/workflows/semantic-pr.yml @@ -28,3 +28,4 @@ jobs: website plugin completions + deps diff --git a/scripts/lint.bash b/scripts/lint.bash index 48b464c3..3553d60e 100755 --- a/scripts/lint.bash +++ b/scripts/lint.bash @@ -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 }