PHP Classes

File: .github/workflows/psalm.yml

Recommend this page to a friend!
  Classes of Eric Sizemore   Clock Abstraction   .github/workflows/psalm.yml   Download  
File: .github/workflows/psalm.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Clock Abstraction
Access the time clock values following PSR-20
Author: By
Last change:
Date: 21 days ago
Size: 543 bytes
 

Contents

Class file image Download
name: Psalm Static analysis on: [push, pull_request] jobs: psalm: name: Psalm runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Psalm uses: docker://vimeo/psalm-github-actions:latest with: args: --shepherd composer_require_dev: true 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