Skip to content

Commit

Permalink
Merge pull request #15 from tibaredha/develop
Browse files Browse the repository at this point in the history
add echo ls files to php.yml
  • Loading branch information
tibaredha authored Dec 11, 2023
2 parents 9db364c + c1cba80 commit bedf215
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ jobs:

- name: add github repository
run: echo " the ${{ github.repository }} repository has been cloned to the runer"

- name: is ready
run: echo "the workflow is now ready to test your code on the runer "

- name: list files in repository
run: |
ls ${{ github.workspace }}
#- name: Validate composer.json and composer.lock
#run: composer validate --strict
Expand Down

0 comments on commit bedf215

Please sign in to comment.