Skip to content

Commit

Permalink
CI: Create psalm workflow for github
Browse files Browse the repository at this point in the history
  • Loading branch information
mrblur committed Jun 11, 2022
1 parent 2d953a4 commit 45010cb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/run-psalm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Psalm Static analysis

on: [push, pull_request]

jobs:
psalm:
name: Psalm
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Psalm
uses: docker://vimeo/psalm-github-actions
with:
composer_require_dev: true
composer_ignore_platform_reqs: true

0 comments on commit 45010cb

Please sign in to comment.