mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-13 04:30:41 -05:00
Workflow Updates
This commit is contained in:
parent
b1999519fc
commit
302ef0ab5d
2
.github/workflows/larastan.yml
vendored
2
.github/workflows/larastan.yml
vendored
@ -3,6 +3,8 @@ name: Larastan Static Analysis
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
|
branches-ignore:
|
||||||
|
- 'dependabot/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
larastan:
|
larastan:
|
||||||
|
11
.github/workflows/pint.yml
vendored
11
.github/workflows/pint.yml
vendored
@ -3,6 +3,8 @@ name: Pint Code Style Fixer
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
|
branches-ignore:
|
||||||
|
- 'dependabot/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pint-fixer:
|
pint-fixer:
|
||||||
@ -58,11 +60,10 @@ jobs:
|
|||||||
- name: Update Dependencies with latest stable
|
- name: Update Dependencies with latest stable
|
||||||
run: composer update --prefer-stable
|
run: composer update --prefer-stable
|
||||||
|
|
||||||
- name: Run Laravel Pint
|
- name: Run Pint Code Style Fixer
|
||||||
uses: aglipanci/laravel-pint-action@2
|
run: .vendor/bin/pint
|
||||||
with:
|
|
||||||
preset: laravel
|
|
||||||
|
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
commit_message: Apply pint code style changes
|
commit_message: Pint PHP Style Fixes
|
||||||
|
skip_fetch: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user