Sindbad~EG File Manager

Current Path : /proc/self/cwd/wp-content/plugins/imagify/vendor/composer/installers/.github/workflows/
Upload File :
Current File : //proc/self/cwd/wp-content/plugins/imagify/vendor/composer/installers/.github/workflows/lint.yml

name: "PHP Lint"

on:
  - push
  - pull_request

permissions:
  contents: read

jobs:
  tests:
    name: "Lint"

    runs-on: ubuntu-latest

    strategy:
      matrix:
        php-version:
          - "7.2"
          - "latest"

    steps:
      - name: "Checkout"
        uses: "actions/checkout@v2"

      - name: "Install PHP"
        uses: "shivammathur/setup-php@v2"
        with:
          coverage: "none"
          php-version: "${{ matrix.php-version }}"

      - name: "Lint PHP files"
        run: "find src/ -type f -name '*.php' -print0 | xargs -0 -L1 -P4 -- php -l -f"

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists