Skip to content

Commit

Permalink
chore(ci): run static code analysis only on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
imdhemy committed Apr 6, 2024
1 parent 5aae98a commit a04f5a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:

- name: "Coding Style"
run: "composer cs-check"
if: matrix.operating-system == 'ubuntu-latest'

- name: "Static code analysis"
run: "composer psalm"
if: matrix.operating-system == 'ubuntu-latest'

0 comments on commit a04f5a2

Please sign in to comment.