Skip to content

Email verification: code alongside the link, app chooses what to show #108

Email verification: code alongside the link, app chooses what to show

Email verification: code alongside the link, app chooses what to show #108

Workflow file for this run

name: Code Style
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
code-style:
runs-on: ubuntu-latest
name: Pint
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
coverage: none
- name: Install dependencies
run: composer install --prefer-dist --no-interaction
- name: Run Pint
run: vendor/bin/pint --test