Skip to content

mark action handlers as final #12

mark action handlers as final

mark action handlers as final #12

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