Skip to content

build(deps): update pylint requirement from ~=3.2.7 to ~=3.3.1 #57

build(deps): update pylint requirement from ~=3.2.7 to ~=3.3.1

build(deps): update pylint requirement from ~=3.2.7 to ~=3.3.1 #57

Workflow file for this run

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