Skip to content

fix: escape variable values passed into exec and shell_exec #23

fix: escape variable values passed into exec and shell_exec

fix: escape variable values passed into exec and shell_exec #23

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"