Skip to content

Commit

Permalink
Integrate psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Dec 12, 2024
1 parent 14e85fe commit 8b6e472
Show file tree
Hide file tree
Showing 4 changed files with 515 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
pull_request: null
push:
branches:
- master
- '*.*'

name: static analysis

jobs:
psalm:
uses: spiral/gh-actions/.github/workflows/psalm.yml@master
with:
os: >-
['ubuntu-latest']
Loading

0 comments on commit 8b6e472

Please sign in to comment.