diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 90be400..0667a20 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -19,9 +19,14 @@ jobs: name: "Composer Validate" run: composer validate --strict --ansi - - name: "Tests" + - + name: "Tests" run: vendor/bin/phpunit + - + name: "Parse code" + run: vendor/bin/php-parse hello_world.php + steps: - uses: actions/checkout@v2