Skip to content

merge

merge #3

Workflow file for this run

name : 'Php 7.3'
on:
push:
branches:
- alpha
- beta
paths:
- "**.php"
pull_request:
branches:
- alpha
- beta
- V4-stable
paths:
- "**.php"
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: PHP syntax checker 7.3
uses: prestashop/github-action-php-lint/7.3@v1
with:
folder-to-exclude: "! -path \"./3rdparty/*\" ! -path \"./vendor/*\""