Skip to content

Commit

Permalink
Enhancement: Set up problem matchers for PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Feb 27, 2024
1 parent 9b8a1f8 commit f541ee0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
coverage: "none"
php-version: "${{ matrix.php-version }}'"

- name: "Set up problem matchers for PHP"
run: "echo \"::add-matcher::${{ runner.tool_cache }}/php.json\""

- name: "Validate composer.json and composer.lock"
run: "composer validate --ansi"

Expand Down

0 comments on commit f541ee0

Please sign in to comment.