Skip to content

Commit

Permalink
fix workflow file broken issue,
Browse files Browse the repository at this point in the history
Invalid workflow file: .github/workflows/php-standards-scrutinizer.yml#L58
The workflow is not valid. .github/workflows/php-standards-scrutinizer.yml (Line: 58, Col: 7): 'run' is already defined
  • Loading branch information
faisal-alvi committed Jun 21, 2024
1 parent f0a8817 commit 2a3bcf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-standards-scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
HEAD_REF=$(git rev-parse HEAD)
git checkout $HEAD_REF
run: ./vendor/bin/phpcs-changed --standard=.phpcs.xml -s --git --git-base origin/${{ github.base_ref }} ${{ steps.changed-files.outputs.all_changed_files }}
./vendor/bin/phpcs-changed --standard=.phpcs.xml -s --git --git-base origin/${{ github.base_ref }} ${{ steps.changed-files.outputs.all_changed_files }}
- name: Check PHP Compatibility
run: ./vendor/bin/phpcs --standard=.phpcompat.xml

0 comments on commit 2a3bcf7

Please sign in to comment.