Skip to content

build(deps): update pylint requirement from ~=2.17.5 to ~=3.0.1 #19

build(deps): update pylint requirement from ~=2.17.5 to ~=3.0.1

build(deps): update pylint requirement from ~=2.17.5 to ~=3.0.1 #19

Workflow file for this run

name: PHPlint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint on PHP 7.2
uses: firehed/lint-php-action@v1
with:
file-extensions: 'php, inc'
php-version: "7.2"
- name: Lint on PHP 8.1
uses: firehed/lint-php-action@v1
with:
file-extensions: 'php, inc'
php-version: "8.1"