Skip to content

Commit

Permalink
Use strings to have better syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
apfelbox committed Apr 30, 2024
1 parent 5330321 commit ad3cad6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/php/tooling/janus-php.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ Your CI should just use the composer scripts:
```yaml title=".gitlab-ci.yml"
"Build App":
script:
- composer install --optimize-autoloader --classmap-authoritative --no-interaction
- composer run-script lint
- composer run-script test
- "composer install --optimize-autoloader --classmap-authoritative --no-interaction"
- "composer run-script lint"
- "composer run-script test"
```
Expand Down

0 comments on commit ad3cad6

Please sign in to comment.