Skip to content
Snippets Groups Projects
Unverified Commit 3e9be1d3 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Add gh workflow

parent 92f41dcf
No related branches found
No related tags found
No related merge requests found
name: Static analysis
on: [push]
jobs:
static-psalm-analysis:
name: Static analysis with Psalm
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Set up php
uses: shivammathur/setup-php@master
with:
php-version: 7.4
coverage: none
- name: Install dependencies
run: composer i
- name: Run coding standards check
run: composer run psalm
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment