Skip to content

Commit

Permalink
Merge pull request #42 from tarosky/fumikito-patch-3
Browse files Browse the repository at this point in the history
Update phplint.yml
  • Loading branch information
fumikito authored Mar 26, 2024
2 parents bb612d8 + b847dd5 commit 7ec1aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phplint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: check_composer_json
uses: andstor/file-existence-action@v1
with:
files: composer.json
files: "composer.json"

- name: Install composer if exists.
if: steps.check_composer_json.outputs.file_exists == 'true'
Expand Down

0 comments on commit 7ec1aa9

Please sign in to comment.