File tree Expand file tree Collapse file tree 1 file changed +24
-8
lines changed
Expand file tree Collapse file tree 1 file changed +24
-8
lines changed Original file line number Diff line number Diff line change 11name : Rector PHP
22
33on :
4- push :
5- branches :
6- - main
7- - ' [0-9]+.[0-9]+'
8- pull_request : ~
4+ push :
5+ branches :
6+ - main
7+ - ' [0-9]+.[0-9]+'
8+ pull_request : ~
99
1010jobs :
11- rector :
12- name : Run rector
13- uses : ibexa/gh-workflows/.github/workflows/rector.yml@main
11+ rector :
12+ name : Run rector
13+ runs-on : " ubuntu-22.04"
14+ strategy :
15+ matrix :
16+ php :
17+ - ' 8.3'
18+ steps :
19+ - uses : actions/checkout@v6
20+
21+ - uses : ibexa/gh-workflows/actions/composer-install@main
22+ with :
23+ gh-client-id : ${{ secrets.AUTOMATION_CLIENT_ID }}
24+ gh-client-secret : ${{ secrets.AUTOMATION_CLIENT_SECRET }}
25+ satis-network-key : ${{ secrets.SATIS_NETWORK_KEY }}
26+ satis-network-token : ${{ secrets.SATIS_NETWORK_TOKEN }}
27+
28+ - name : Run rector
29+ run : vendor/bin/rector process --dry-run --ansi
You can’t perform that action at this time.
0 commit comments