check that all depenencies are installed

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2021-02-16 14:20:44 +01:00
parent cc2b317f37
commit 10c9d3e0ab
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with 27 additions and 0 deletions

27
.github/workflows/composer.yml vendored Normal file
View File

@ -0,0 +1,27 @@
name: composer check
on:
pull_request:
push:
branches:
- master
- stable*
jobs:
composer:
runs-on: ubuntu-latest
name: composer install check
steps:
- uses: actions/checkout@v2
- name: install dependencies
uses: php-actions/composer@v5
with:
php_version: 7.3
version: 1
args: -d ./3rdparty/
- name: ensure no changes
run: git diff-index HEAD