Skip to content

Commit

Permalink
ci: update, add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Aug 11, 2023
1 parent 309f4b0 commit ff6299f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ on:
- "**.php"
- ".github/workflows/*.yml"
- ".scrutinizer.yml"
- "composer.json"
branches:
- master
pull_request:
paths:
- "**.php"
- ".github/workflows/*.yml"
- ".scrutinizer.yml"
- "composer.json"

name: "Code style"

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/mutation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ on:
- "**.php"
- ".github/workflows/*.yml"
- ".scrutinizer.yml"
- "composer.json"
branches:
- master
pull_request:
paths:
- "**.php"
- ".github/workflows/*.yml"
- ".scrutinizer.yml"
- "composer.json"

name: "Mutations testing"

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ on:
- "**.php"
- ".github/workflows/*.yml"
- ".scrutinizer.yml"
- "composer.json"
branches:
- master
pull_request:
paths:
- "**.php"
- ".github/workflows/*.yml"
- ".scrutinizer.yml"
- "composer.json"

name: "Static analysis"

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ on:
- "**.php"
- ".github/workflows/*.yml"
- ".scrutinizer.yml"
- "composer.json"
branches:
- master
pull_request:
paths:
- "**.php"
- ".github/workflows/*.yml"
- ".scrutinizer.yml"
- "composer.json"

name: "Unit tests"

Expand Down

0 comments on commit ff6299f

Please sign in to comment.