We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2622658 commit 5c534e6Copy full SHA for 5c534e6
.github/workflows/phpcs.yml
@@ -8,3 +8,4 @@ jobs:
8
steps:
9
- uses: actions/checkout@v2
10
- uses: extdn/github-actions-m2/magento-coding-standard@master
11
+ - uses: extdn/github-actions-m2/magento-mess-detector@master
.github/workflows/release-actions.yml
@@ -37,7 +37,6 @@ jobs:
37
options: --health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5
38
39
40
- - uses: extdn/github-actions-m2/magento-mess-detector@master
41
- name: Get Composer Cache Directory
42
id: composer-cache
43
run: |
0 commit comments