Skip to content

Add Middleware for verifying a Plain signature & fix tests #35

Add Middleware for verifying a Plain signature & fix tests

Add Middleware for verifying a Plain signature & fix tests #35

Workflow file for this run

name: Check & fix styling
on:
push:
branches:
- master
- '*.x'
pull_request:
jobs:
pint:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
tools: pint
- name: Run Laravel Pint
run: pint --preset laravel
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Fix styling