Skip to content

Commit

Permalink
Update psalm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
c0m4r authored Jan 8, 2024
1 parent b0f1930 commit 85cdfa0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Update deps
run: |
apt-get update
apt-get -y install php-gd php-exif
- name: Psalm Security Scan
uses: psalm/psalm-github-security-scan@f3e6fd9432bc3e44aec078572677ce9d2ef9c287

Expand Down

0 comments on commit 85cdfa0

Please sign in to comment.