Skip to content

Commit

Permalink
Merge pull request #41 from tarosky/fumikito-patch-00
Browse files Browse the repository at this point in the history
Update phplint.yml
  • Loading branch information
fumikito authored Mar 26, 2024
2 parents 10ffd16 + 2b26c1f commit bb612d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phplint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Check file existence.
id: check_files
id: check_composer_json
uses: andstor/file-existence-action@v1
with:
files: composer.json

- name: Install composer if exists.
if: steps.check_files.outputs.file_exists == 'true'
if: steps.check_composer_json.outputs.file_exists == 'true'
run: composer install --no-dev --prefer-dist

- name: Run PHP lint and save as file.
Expand Down

0 comments on commit bb612d8

Please sign in to comment.