Skip to content

Commit

Permalink
Update Psalm Static Analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
kdherrm88 authored Nov 26, 2023
1 parent 705d891 commit 48ef644
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/Psalm Static Analysis
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
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://ghcr.io/psalm/psalm-github-actions

0 comments on commit 48ef644

Please sign in to comment.