Skip to content

Commit

Permalink
Create lint_Php74.yml
Browse files Browse the repository at this point in the history
ajout d'un testeur 7.4
  • Loading branch information
rocket13011 committed Sep 13, 2023
1 parent 51ce6f1 commit 17d1e19
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/lint_Php74.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name : 'Php 7.4'

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.4
uses: prestashop/github-action-php-lint/7.4@v1
with:
folder-to-exclude: "! -path \"./3rdparty/*\" ! -path \"./vendor/*\""

0 comments on commit 17d1e19

Please sign in to comment.