Skip to content

Commit

Permalink
Update phplint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fumikito committed Mar 26, 2024
1 parent 09c7666 commit d5afea4
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 @@ -40,7 +40,7 @@ jobs:
files: "composer.json"

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

- name: Run PHP lint and save as file.
Expand All @@ -60,6 +60,6 @@ jobs:
files: "output.txt"

- name: Check if lint error exists
if: steps.check_files.outputs.files_exists == 'true'
if: steps.check_files.outputs.files_exists
shell: bash
run: exit 1

0 comments on commit d5afea4

Please sign in to comment.