Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Aug 1, 2023
1 parent 5277d5f commit 8a4de68
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 11 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/php_composer_normalize.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: "Composer Normalize"

on:
pull_request_target: {}
pull_request: {}
push:
branches:
- 1.x

permissions: {}

jobs:
normalize:
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/php_composer_validate.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: "Composer Validate"

on:
pull_request_target: {}
pull_request: {}
push:
branches:
- 1.x

permissions: {}

jobs:
validate:
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/php_pest.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: "PEST"

on:
pull_request_target: {}
pull_request: {}
push:
branches:
- 1.x

permissions: {}

jobs:
pest:
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/php_phpcsf.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: "PHP CS Fixer"

on:
pull_request_target: {}
pull_request: {}
push:
branches:
- 1.x

permissions: {}

jobs:
phpcsf:
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/php_phpstan.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: "PHPStan"

on:
pull_request_target: {}
pull_request: {}
push:
branches:
- 1.x

permissions: {}

jobs:
phpstan:
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/php_psalm.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: "Psalm"

on:
pull_request_target: {}
pull_request: {}
push:
branches:
- 1.x

permissions: {}

jobs:
psalm:
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/php_rector.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: "Rector"

on:
pull_request_target: {}
pull_request: {}
push:
branches:
- 1.x

permissions: {}

jobs:
rector:
runs-on: ubuntu-latest
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/rep_dependency_review.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: "Dependency Review"
on: [pull_request_target]

permissions:
contents: read
on:
pull_request: {}

permissions: {}

jobs:
dependency-review:
Expand All @@ -11,4 +12,4 @@ jobs:
- name: "Checkout Repository"
uses: actions/checkout@v3
- name: "Dependency Review"
uses: actions/dependency-review-action@v2
uses: actions/dependency-review-action@v3

0 comments on commit 8a4de68

Please sign in to comment.