File tree 1 file changed +0
-32
lines changed
1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change 89
89
- name : Run PHPStan
90
90
run : vendor/bin/phpstan analyze
91
91
92
- execute_php_flickr :
93
- name : 1️⃣ PHP - php-flickr-justified-layout
94
- runs-on : ubuntu-latest
95
- needs :
96
- - kill_previous
97
- steps :
98
- - name : Extract branch name
99
- shell : bash
100
- run : echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_OUTPUT
101
- id : extract_branch
102
-
103
- - name : Set up PHP
104
- uses : shivammathur/setup-php@v2
105
- with :
106
- php-version : 8.2
107
- coverage : none
108
- tools : phpstan
109
- env :
110
- COMPOSER_TOKEN : ${{ secrets.GITHUB_TOKEN }}
111
-
112
- - name : Checkout code
113
- uses : actions/checkout@v3
114
- with :
115
- repository : ' LycheeOrg/php-flickr-justified-layout'
116
-
117
- - name : Fix composer.json
118
- run : composer require --dev -W "lychee-org/phpstan-lychee":"dev-${{ steps.extract_branch.outputs.branch }}"
119
-
120
- - name : Run PHPStan
121
- run : composer phpstan
122
-
123
-
124
92
execute_nested_sets :
125
93
if : ${{ false }} # disable for now
126
94
name : 1️⃣ PHP - Nested sets
You can’t perform that action at this time.
0 commit comments