Skip to content

Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 (#3) #18

Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 (#3)

Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 (#3) #18

Workflow file for this run

name: Code Styling
on: [push, pull_request]
jobs:
code-styling:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- run: npm install
- name: Prettier
run: npx prettier --check "{!(vendor|node_modules)/**/*,*}.{js,ts,jsx,tsx,vue,xml,json,blade.php,css,md,yml,html}"
- name: Pint
uses: aglipanci/[email protected]