Skip to content

feat: add scheduled task reporting #4

feat: add scheduled task reporting

feat: add scheduled task reporting #4

Workflow file for this run

name: PHP
on:
push:
pull_request:
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- name: Install dependencies
run: composer install
- name: Run PHPStan
run: vendor/bin/phpstan