KEMBAR78
PHPLintAction · Actions · GitHub Marketplace · GitHub
Skip to content

PHPLintAction

Actions
Run your PHP Lint in your Github Actions
v0.0.5
Latest
Star (0)

Tags

 (1)

Run PHP Lint in Github Actions

Usage

name: CI

on: [push]

jobs:
  phplint:
    runs-on: ubuntu-latest
    name: PHP Lint
    steps:
    - uses: actions/checkout@v2
    - id: PHP-Lint
      uses: J3-Tech/PHP-Lint-Action@v0.0.5
      with:
        path: .
        exclude: vendor

Inputs

The following configuration options are available:

  • path - A php source code filename or directory. Can be a comma-separated string
  • exclude - comma-separated string of patterns that are used to ignore directories.

PHPLintAction is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Run your PHP Lint in your Github Actions
v0.0.5
Latest

Tags

 (1)

PHPLintAction is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.