Skip to content

Commit

Permalink
Publish code examples
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 26, 2024
1 parent 7188979 commit bbd77c2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bbd77c2

Please sign in to comment.