typo fix
This commit is contained in:
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
sudo apt-get install -y bash zsh curl jq bc bash-completion bats
|
||||
|
||||
- name: Make script executable
|
||||
run: chmod +x finishte.sh
|
||||
run: chmod +x inish .sh
|
||||
|
||||
- name: Run BATS tests
|
||||
run: |
|
||||
@@ -37,8 +37,8 @@ jobs:
|
||||
run: |
|
||||
export HOME=$PWD/test-home
|
||||
mkdir -p $HOME/.local/bin
|
||||
cp finishte.sh $HOME/.local/bin/finishte
|
||||
chmod +x $HOME/.local/bin/finishte
|
||||
cp inish .sh $HOME/.local/bin/inish
|
||||
chmod +x $HOME/.local/bin/inish
|
||||
$HOME/.local/bin/finish --help
|
||||
|
||||
lint:
|
||||
@@ -52,7 +52,7 @@ jobs:
|
||||
run: sudo apt-get update && sudo apt-get install -y shellcheck
|
||||
|
||||
- name: Run shellcheck
|
||||
run: shellcheck finishte.sh docs/install.sh || true
|
||||
run: shellcheck inish .sh docs/install.sh || true
|
||||
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user