Skip to content

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

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

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

Workflow file for this run

---
on: # yamllint disable-line rule:truthy
pull_request:
name: 🐞 Differential shell-check
permissions:
contents: read
jobs:
shellcheck:
uses: wayofdev/gh-actions/.github/workflows/shellcheck.yml@v3.1.0
with:
os: ubuntu-latest
severity: warning
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
...