Skip to content

feat:[LAR-60] Add send mail for decline article and fix unsend mail f… #235

feat:[LAR-60] Add send mail for decline article and fix unsend mail f…

feat:[LAR-60] Add send mail for decline article and fix unsend mail f… #235

name: Check & fix styling
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
extensions: json, dom, curl, libxml, mbstring
coverage: none
- name: Install Pint
run: composer global require laravel/pint
- name: Run Pint
run: pint
- name: Commit linted files
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Fix code styling