Skip to content

Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 #277

Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4

Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 #277

Workflow file for this run

name: Npm Build
on: [pull_request, push]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Npm Install
run: npm install
- name: Run Build
run: npm run build