Skip to content

Commit

Permalink
chore: turn on short open tag to avoid false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Mar 18, 2023
1 parent 178f7d2 commit fdb10ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
with:
php-version: "latest"
coverage: "none"
ini-values: "short_open_tag=On"

- name: "Install dependencies (Composer)"
uses: "ramsey/[email protected]"
Expand All @@ -75,6 +76,7 @@ jobs:
with:
php-version: "latest"
coverage: "none"
ini-values: "short_open_tag=On"

- name: "Install dependencies (Composer)"
uses: "ramsey/[email protected]"
Expand Down

0 comments on commit fdb10ed

Please sign in to comment.