Skip to content

fix(deps): update symfony packages to v7.2.0 #442

fix(deps): update symfony packages to v7.2.0

fix(deps): update symfony packages to v7.2.0 #442

Workflow file for this run

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