Skip to content

fix(deps): update dependency friendsofphp/php-cs-fixer to v3.23.0 #147

fix(deps): update dependency friendsofphp/php-cs-fixer to v3.23.0

fix(deps): update dependency friendsofphp/php-cs-fixer to v3.23.0 #147

Workflow file for this run

---
on: # yamllint disable-line rule:truthy
pull_request:
name: 🐞 Differential shell-check
permissions:
contents: read
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 🐞 Differential shell-check
uses: redhat-plumbers-in-action/differential-shellcheck@v4
with:
severity: warning
token: ${{ secrets.GITHUB_TOKEN }}
...