Skip to content

SRV records support with endpoint notifications #60

SRV records support with endpoint notifications

SRV records support with endpoint notifications #60

Workflow file for this run

name: Pint
on:
push:
branches:
- main
pull_request:
jobs:
pint:
name: Pint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.4
tools: composer:v2
coverage: none
- name: Install Laravel Pint
run: composer global require laravel/pint
- name: Run Laravel Pint
run: ~/.composer/vendor/bin/pint --test