Skip to content

Commit

Permalink
Add workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Feb 28, 2024
1 parent 01ceaaa commit 22e0de6
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: "Static Analysis"

on:
pull_request:
branches:
- "master"
paths:
- .github/workflows/static-analysis.yml
- composer.*
- src/**
- phpstan*
- psalm*
push:
branches:
- "master"
paths:
- .github/workflows/static-analysis.yml
- composer.*
- src/**
- phpstan*
- psalm*

jobs:
static-analysis:
uses: "doctrine/.github/.github/workflows/[email protected]"

0 comments on commit 22e0de6

Please sign in to comment.