commit 4063379875b4ee5bf146d12d3952300508124230 parent c05f988ffaea11514beb811e14fc21dc89e3a225 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 21 Oct 2023 20:12:22 +0200 Fix typos Diffstat:
| M | .github/workflows/analysis.yaml | | | 4 | ++-- |
| M | .github/workflows/tests.yaml | | | 4 | ++-- |
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/analysis.yaml b/.github/workflows/analysis.yaml @@ -17,8 +17,8 @@ jobs: - name: Install dependencies run: | - composer install -n --prefer-dist - npm install && npm run build + composer install -n --prefer-dist + npm install && npm run build - name: Run Static Analysis run: ./vendor/bin/phpstan --error-format=github diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml @@ -18,8 +18,8 @@ jobs: - name: Install dependencies run: | - composer install -n --prefer-dist - npm install + composer install -n --prefer-dist + npm install - name: Prepare Laravel Application run: |