Skip to content

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #32

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #32

Workflow file for this run

name: Psalm Static analysis
on: [push, pull_request]
jobs:
psalm:
name: Psalm
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: composer install
- name: Psalm
run: vendor/bin/psalm --output-format=github