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 7952368 commit c7638bbCopy full SHA for c7638bb
1 file changed
.github/workflows/tests.yml
@@ -56,6 +56,12 @@ jobs:
56
command: 'install'
57
args: '--prefer-dist --no-progress --no-interaction --no-plugins --no-scripts'
58
59
+ - name: Composer Audit
60
+ uses: php-actions/composer@v6
61
+ with:
62
+ php_version: ${{ matrix.php-version }}
63
+ command: 'audit'
64
+
65
- name: Resolve minimum coverage
66
id: minimum-coverage
67
run: echo "value=${INPUT_MIN_COVERAGE:-80}" >> "$GITHUB_OUTPUT"
0 commit comments