Skip to content

[TST-1]remove docblock parameter #17

[TST-1]remove docblock parameter

[TST-1]remove docblock parameter #17

Workflow file for this run

name: CI
on: [push]
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- run: vendor/bin/phpstan analyse
tests:
needs: lint
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- run: vendor/bin/phpunit