Skip to content

build(deps): update jinja2 requirement from ~=3.1.2 to ~=3.1.3 #39

build(deps): update jinja2 requirement from ~=3.1.2 to ~=3.1.3

build(deps): update jinja2 requirement from ~=3.1.2 to ~=3.1.3 #39

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"