-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
04d257d
commit 26e8bb4
Showing
3 changed files
with
45 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Code Analysis Reusable | ||
|
||
on: | ||
pull_request: null | ||
push: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
code_analysis_reusable: | ||
# see https://github.com/rectorphp/reusable-workflows | ||
uses: rectorphp/reusable-workflows/.github/workflows/code_analysis.yaml@main | ||
|
||
rector: | ||
# run only on main repository, not on the forks without access | ||
if: github.repository == 'rectorphp/rector-downgrade-php' | ||
|
||
# see https://github.com/rectorphp/reusable-workflows | ||
uses: rectorphp/reusable-workflows/.github/workflows/rector.yaml@main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters