Skip to content

Bump laravel/framework from 10.48.7 to 10.48.15 #211

Bump laravel/framework from 10.48.7 to 10.48.15

Bump laravel/framework from 10.48.7 to 10.48.15 #211

Workflow file for this run

name: Code Formatting
on:
push:
branches:
- "**"
pull_request:
branches:
- main
jobs:
formatting:
name: Code Formatting
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: Install Dependencies
run: npm install
- name: Run Tests
run: npm run test:format