Skip to content

Commit 7370aa0

Browse files
authored
Merge pull request #57 from greg0ire/update-template
Reference the new workflow
2 parents 1d4be83 + 3dbb096 commit 7370aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow-templates/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ on:
2424
jobs:
2525
static-analysis:
2626
name: "Static Analysis"
27-
uses: "doctrine/.github/.github/workflows/static-analysis.yml@use_a_valid_ref_here"
27+
uses: "doctrine/.github/.github/workflows/phpstan.yml@use_a_valid_ref_here"
2828
with:
2929
php-version: "6.0" # use a custom version of PHP

0 commit comments

Comments
 (0)