Skip to content

Commit

Permalink
Merge pull request #16 from YuriiDorosh/fixes/hot_fixes
Browse files Browse the repository at this point in the history
FIX: code-format-check(added Update Psalm Configuration for GitHub Ac…
  • Loading branch information
YuriiDorosh authored Mar 9, 2024
2 parents 3ad3829 + 33d196f commit 6f11b45
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/code-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ 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
working-directory: ${{ github.workspace }}
run: php ./vendor/bin/psalm --config=./configs/psalm.xml

0 comments on commit 6f11b45

Please sign in to comment.