Skip to content

Commit

Permalink
UPDATE: code-format-check(deleted Update Psalm Configuration for GitH…
Browse files Browse the repository at this point in the history
…ub Actions)
  • Loading branch information
YuriiDorosh committed Mar 9, 2024
1 parent 3c43fb9 commit 5378bd3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/code-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,5 @@ jobs:
- name: Run PHP_CodeSniffer
run: php ./vendor/bin/phpcs --standard=./configs/phpcs.xml ./app

- name: Update Psalm Configuration for GitHub Actions
run: |
sed -i 's|../psalm/stubs.php|/home/runner/work/CodeIgniter4-template/CodeIgniter4-template/psalm/stubs.php|' ./configs/psalm.xml
- name: Run Psalm
run: php ./vendor/bin/psalm --config=./configs/psalm.xml

0 comments on commit 5378bd3

Please sign in to comment.