parent
376fa24c4d
commit
d73d96ed27
|
@ -6,7 +6,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
php-cs-fixer:
|
php-cs-fixer:
|
||||||
name: PHP Lint
|
name: PHP-CS-Fixer
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -46,7 +46,7 @@ jobs:
|
||||||
vendor/bin/psalm --no-cache --shepherd --stats --threads=4 lib
|
vendor/bin/psalm --no-cache --shepherd --stats --threads=4 lib
|
||||||
|
|
||||||
prettier:
|
prettier:
|
||||||
name: Vue/Typescript Lint
|
name: Prettier
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the app
|
- name: Checkout the app
|
||||||
|
|
Loading…
Reference in New Issue