Skip to content

Commit

Permalink
Try make psalm work
Browse files Browse the repository at this point in the history
  • Loading branch information
ghalse committed May 20, 2024
1 parent a21d0c9 commit 3b170b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ jobs:
# fail_ci_if_error: true
# verbose: true

- name: Touch a config file for psalm
run: echo '<?php' > ${{ github.workspace }}/local/config.inc.php

- name: PHP Code Sniffer
continue-on-error: true
run: php vendor/bin/phpcs
Expand Down

0 comments on commit 3b170b0

Please sign in to comment.