diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml new file mode 100644 index 0000000..3b1fe11 --- /dev/null +++ b/.github/workflows/psalm.yml @@ -0,0 +1,13 @@ +name: Run Psalm + +on: [pull_request] + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - uses: docker://ghcr.io/psalm/psalm-github-actions + with: + composer_require_dev: true \ No newline at end of file