Skip to content
eye

GitHub Action

PHP8.3 Linter

1.0.0 Latest version

PHP8.3 Linter

eye

PHP8.3 Linter

Run Lint whit php8.3

Installation

Copy and paste the following snippet into your .yml file.

              

- name: PHP8.3 Linter

uses: fxpw/PHP-Lint-php8.3@1.0.0

Learn more about this action in fxpw/PHP-Lint-php8.3

Choose a version

GitHub Action for PHP-Lint-php8.3

GitHub Action implementation of the PHPLint Package provided by @Overtrue/phplint.

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: fxpw/PHP-Lint-php8.3@master

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