1
0
Fork 0
mirror of https://github.com/archtechx/livewire-access.git synced 2025-12-12 12:24:03 +00:00

Fix syntax

This commit is contained in:
Samuel Štancl 2021-03-17 21:47:31 +01:00 committed by GitHub
parent 6d78f31704
commit 8b0c2f9b78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,13 +22,6 @@ jobs:
- name: Run tests
run: vendor/bin/phpunit
steps:
- uses: actions/checkout@v2
- name: Install composer dependencies
run: composer install
- name: Run psalm
run: vendor/bin/psalm
php-cs-fixer:
name: Code style (php-cs-fixer)
runs-on: ubuntu-latest