Skip to content

Allow the user api method to return the current user info (#3807) #5

Allow the user api method to return the current user info (#3807)

Allow the user api method to return the current user info (#3807) #5

Workflow file for this run

name: phplint74
on:
push:
branches: [ develop, master ]
pull_request:
branches: [ develop, master ]
jobs:
lintphp74:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
with:
fetch-depth: 0
- name: PHP syntax checker 7.4
uses: prestashop/github-action-php-lint/7.4@v1
with:
folder-to-exclude: "! -path \"./vendor/*\" ! -path \"./tests/*\""