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 15e1eac commit 0b36087Copy full SHA for 0b36087
.github/workflows/php.yml
@@ -24,14 +24,14 @@ jobs:
24
path: /tmp/composer-cache
25
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
26
27
+ - name: Validate Composer
28
+ run: composer validate --strict
29
+
30
- name: Setup composer
31
uses: php-actions/composer@v6
32
with:
33
php_version: '8.3'
34
- - name: Validate Composer
- run: composer validate --strict
-
35
- name: PHP Lint
36
run: composer lint
37
0 commit comments