Skip to content

Add RetryCount and RetryDelay to WebhookEvent #77

Add RetryCount and RetryDelay to WebhookEvent

Add RetryCount and RetryDelay to WebhookEvent #77

Workflow file for this run

name: Pint
on:
push:
paths:
- "**.php"
jobs:
ci:
name: Pint
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v3
with:
php-version: "ubuntu-latest"
- name: Install Composer dependencies
uses: ramsey/composer-install@v3
- name: Run Laravel Pint
run: ./vendor/bin/pint --test -v