mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 12:03:48 +03:00
Appease shellcheck
This commit is contained in:
parent
055f298b12
commit
f7afe8caaf
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: fish-actions/install-fish@v1
|
- uses: fish-actions/install-fish@v1
|
||||||
|
|
||||||
- run: make test -C $GITHUB_WORKSPACE
|
- run: make test -C "$GITHUB_WORKSPACE"
|
||||||
|
|
||||||
syntax-check:
|
syntax-check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
# Output to /tmp/github_release.md
|
# Output to /tmp/github_release.md
|
||||||
- name: Generate release notes
|
- name: Generate release notes
|
||||||
run: >
|
run: >
|
||||||
tail --lines=+5 $GITHUB_WORKSPACE/CHANGELOG.md |
|
tail --lines=+5 "$GITHUB_WORKSPACE/CHANGELOG.md" |
|
||||||
sed '/^## /q' |
|
sed '/^## /q' |
|
||||||
head --lines=-2 |
|
head --lines=-2 |
|
||||||
sed -E 's/\[(#[0-9]*)\]\[\]/\1/g'
|
sed -E 's/\[(#[0-9]*)\]\[\]/\1/g'
|
||||||
|
@ -55,7 +55,7 @@ function _tide_item_git
|
|||||||
set -g tide_git_bg_color $tide_git_bg_color_unstable
|
set -g tide_git_bg_color $tide_git_bg_color_unstable
|
||||||
end
|
end
|
||||||
|
|
||||||
_tide_print_item git $_tide_location_color $tide_git_icon' ' (set_color white; echo -ns $location
|
_tide_print_item git $_tide_location_color$tide_git_icon' ' (set_color white; echo -ns $location
|
||||||
set_color $tide_git_color_operation; echo -ns ' '$operation ' '$step/$total_steps
|
set_color $tide_git_color_operation; echo -ns ' '$operation ' '$step/$total_steps
|
||||||
set_color $tide_git_color_upstream; echo -ns ' ⇣'$behind ' ⇡'$ahead
|
set_color $tide_git_color_upstream; echo -ns ' ⇣'$behind ' ⇡'$ahead
|
||||||
set_color $tide_git_color_stash; echo -ns ' *'$stash
|
set_color $tide_git_color_stash; echo -ns ' *'$stash
|
||||||
|
Loading…
Reference in New Issue
Block a user