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 3612af2 commit 97c4742Copy full SHA for 97c4742
.github/workflows/build-lint-test.yml
@@ -27,14 +27,6 @@ jobs:
27
run: composer install
28
working-directory: xero-php-oauth2
29
30
- - name: Check for Vulnerabilities
31
- run: composer audit
32
- working-directory: xero-php-oauth2
33
-
34
- - name: Check for Outdated Packages
35
- run: composer outdated
36
37
38
- name: Validate PHP Syntax
39
run: find . -path ./vendor -prune -o -name "*.php" -exec php -l {} \; > /dev/null || exit 1
40
0 commit comments