Skip to content

Commit bf2a44b

Browse files
committed
4120: Cleaned up
1 parent 8bd91b5 commit bf2a44b

2 files changed

Lines changed: 1 addition & 26 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff 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

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)