Skip to content

Improve fixture loading while increasing the number of fixtures #382

Improve fixture loading while increasing the number of fixtures

Improve fixture loading while increasing the number of fixtures #382

Workflow file for this run

name: Psalm Static analysis
on: [pull_request]
permissions: read-all
jobs:
psalm:
name: Psalm
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Psalm
uses: docker://vimeo/psalm-github-actions
with:
security_analysis: true
report_file: results.sarif
- name: Upload Security Analysis results to GitHub
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif