Skip to content

Commit 5c534e6

Browse files
moved mess detector from release action to code analyzer github action
1 parent 2622658 commit 5c534e6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/phpcs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010
- uses: extdn/github-actions-m2/magento-coding-standard@master
11+
- uses: extdn/github-actions-m2/magento-mess-detector@master

.github/workflows/release-actions.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
options: --health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5
3838
steps:
3939
- uses: actions/checkout@v2
40-
- uses: extdn/github-actions-m2/magento-mess-detector@master
4140
- name: Get Composer Cache Directory
4241
id: composer-cache
4342
run: |

0 commit comments

Comments
 (0)