From d003e23d4eb0b9ddb084e12d9d9893eaf1029544 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 20 Apr 2022 19:15:36 +0200 Subject: [PATCH] refactoring --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index fcac20183..4d2f733a7 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -36,7 +36,7 @@ jobs: run: pip install --user codespell - name: CodeSpell - run: ./codespell + run: ./codespell.sh - name: SonarCloud Scan uses: sonarsource/sonarcloud-github-action@master