Skip to content

fix(ci): increase start period for mongo service container #41

fix(ci): increase start period for mongo service container

fix(ci): increase start period for mongo service container #41

Workflow file for this run

name: Code style check
on:
push:
branches:
- master
pull_request: ~
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
php_version:
- '7.4'
name: PHP ${{ matrix.php_version }}
steps:
- uses: actions/checkout@v2
- name: Setup PHP with pecl extension
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php_version }}
- run: composer install
- run: composer cscheck