Skip to content

Commit dc7d2e1

Browse files
Use correct workflow name for static analysis
1 parent f11bfc7 commit dc7d2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ on:
1212
jobs:
1313
static-analysis:
1414
name: "Static Analysis"
15-
uses: "doctrine/.github/.github/workflows/static-analysis.yml@13.1.0"
15+
uses: "doctrine/.github/.github/workflows/phpstan.yml@13.1.0"
1616
with:
1717
php-version: "8.1"

0 commit comments

Comments
 (0)