cI: rename jobs

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/877/head
Varun Patil 2023-10-14 13:15:42 -07:00
parent 376fa24c4d
commit d73d96ed27
1 changed files with 2 additions and 2 deletions

View File

@ -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