mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-06 13:56:45 +08:00
19 lines
349 B
YAML
19 lines
349 B
YAML
|
name: Psalm Analysis
|
||
|
|
||
|
on:
|
||
|
pull_request:
|
||
|
push:
|
||
|
|
||
|
jobs:
|
||
|
psalm:
|
||
|
name: Psalm
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- name: Checkout code
|
||
|
uses: actions/checkout@v2
|
||
|
- name: Psalm
|
||
|
uses: docker://ghcr.io/nextcloud/all-in-one-psalm
|
||
|
with:
|
||
|
composer_ignore_platform_reqs: false
|
||
|
relative_dir: php
|