Skip to content

Commit f7447cb

Browse files
Chore: Format Aspell installation step in CI workflow for consistency
1 parent 8aa9b6c commit f7447cb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/run-tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ jobs:
4848
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.os == 'windows-latest' && '^^^' || '' }}${{ matrix.carbon }}" --no-interaction --no-update
4949
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5050
51-
- name: Install Aspell
52-
shell: bash
53-
run: |
54-
if [[ "$RUNNER_OS" == "Linux" ]]; then
55-
sudo apt-get update && sudo apt-get install -y aspell aspell-en
56-
elif [[ "$RUNNER_OS" == "macOS" ]]; then
57-
brew install aspell
58-
fi
51+
- name: Install Aspell
52+
shell: bash
53+
run: |
54+
if [[ "$RUNNER_OS" == "Linux" ]]; then
55+
sudo apt-get update && sudo apt-get install -y aspell aspell-en
56+
elif [[ "$RUNNER_OS" == "macOS" ]]; then
57+
brew install aspell
58+
fi
5959
6060
- name: List Installed Dependencies
6161
run: composer show -D

0 commit comments

Comments
 (0)