File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -146,28 +146,3 @@ jobs:
146146 bin/console cache:clear
147147 - name : Psalm
148148 run : composer run coding-standards-analysis
149-
150- markdownlint :
151- name : Markdown Lint
152- runs-on : ubuntu-24.04
153- steps :
154- - name : Checkout
155- uses : actions/checkout@v4
156- - name : Get yarn cache directory path
157- id : yarn-cache-dir-path
158- run : echo "::set-output name=dir::$(yarn cache dir)"
159- - name : Cache yarn packages
160- uses : actions/cache@v4
161- id : yarn-cache
162- with :
163- path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
164- key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
165- restore-keys : |
166- ${{ runner.os }}-yarn-
167- - name : Yarn install
168- uses : actions/setup-node@v2
169- with :
170- node-version : ' 18'
171- - run : yarn install
172- - name : markdownlint
173- run : yarn run coding-standards-check
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ tasks:
103103
104104 code-analysis :
105105 cmds :
106- - task composer -- code-analysis
106+ - task compose -- exec phpfpm vendor/bin/phpstan
107107
108108 docker-pull :
109109 desc : " Pull all development docker images"
You can’t perform that action at this time.
0 commit comments