Skip to content

NPM: Bump @babel/core from 7.24.7 to 7.24.9 #178

NPM: Bump @babel/core from 7.24.7 to 7.24.9

NPM: Bump @babel/core from 7.24.7 to 7.24.9 #178

Workflow file for this run

name: PHP Linting (Pint)
on:
workflow_dispatch:
push:
branches-ignore:
- 'dependabot/npm_and_yarn/*'
jobs:
phplint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Laravel pint
uses: aglipanci/laravel-pint-action@2.4
with:
preset: laravel
- name: Extract branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
id: extract_branch
- name: Commit Changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: PHP Linting (Pint)
branch: ${{ steps.extract_branch.outputs.branch }}
skip_fetch: true