Skip to content

Update codeLintGlobal.yml #33

Update codeLintGlobal.yml

Update codeLintGlobal.yml #33

Workflow file for this run

on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- test-lint
pull_request:
branches:
- test-lint
name : 'Php 7.4'
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.4
uses: prestashop/github-action-php-lint/7.4@v1
with:
folder-to-exclude: "! -path \"./3rdparty/*\""