Skip to content

Lazy vytvoření klíčů #29

Lazy vytvoření klíčů

Lazy vytvoření klíčů #29

Workflow file for this run

name: Package CI
on:
pull_request:
jobs:
checks:
name: Checks
runs-on: ubuntu-latest
strategy:
matrix:
php: [ 7.4, 8.0 ]
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
- run: make composer
- run: make cs
- run: make phpstan
- run: make tester