Skip to content

Implement StoreInterface #57

Implement StoreInterface

Implement StoreInterface #57

Workflow file for this run

name: Static Analysis
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
tests:
name: Static Analysis for PHP
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '--skip ci') && !github.event.pull_request.draft"
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
- uses: ramsey/composer-install@v2
- name: Psalm
run: vendor/bin/psalm