From d73d96ed27e459cd0eca875c4939a3b2c205fac0 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Sat, 14 Oct 2023 13:15:42 -0700 Subject: [PATCH] cI: rename jobs Signed-off-by: Varun Patil --- .github/workflows/static-analysis.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static-analysis.yaml b/.github/workflows/static-analysis.yaml index ded00151..890a251b 100644 --- a/.github/workflows/static-analysis.yaml +++ b/.github/workflows/static-analysis.yaml @@ -6,7 +6,7 @@ on: jobs: php-cs-fixer: - name: PHP Lint + name: PHP-CS-Fixer runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -46,7 +46,7 @@ jobs: vendor/bin/psalm --no-cache --shepherd --stats --threads=4 lib prettier: - name: Vue/Typescript Lint + name: Prettier runs-on: ubuntu-latest steps: - name: Checkout the app