Skip to content

don't unserialize because we can't trust user input, force `encrypt… #31

don't unserialize because we can't trust user input, force `encrypt…

don't unserialize because we can't trust user input, force `encrypt… #31

Workflow file for this run

name: Pint
on:
push:
paths:
- '**.php'
permissions:
contents: write
jobs:
php-code-styling:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Fix PHP code style issues
uses: aglipanci/[email protected]
- name: Commit changes
uses: stefanzweifel/[email protected]
with:
commit_message: Fix styling