mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-05 01:40:54 -05:00
fix: lint.yml
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
name: PHP Linting (Pint)
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
phplint:
|
||||
@@ -12,7 +9,7 @@ jobs:
|
||||
- name: Code Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
|
||||
- name: Install Dependencies
|
||||
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
|
||||
|
||||
Reference in New Issue
Block a user