Skip to content

v-empower/VEMP-PHP-Lint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action for PHPLint

GitHub Action implementation of the PHPLint Package

Usage

Use with GitHub Actions

.github/workflows/phplint.yml

name: PHP Linting
on: pull_request
jobs:
  phplint:
    runs-on: ubuntu-latest
    steps:
        - uses: actions/checkout@v1
        - uses: v-empower/VEMP-PHP-Lint@master

If provided, a .phplint.yml file in the root will be used for configuration during run of the Action.

About

PHP Lint @ v-empower/VEMP-PHP-Lint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published