Skip to content

deps(deps): update phpstan packages #1100

deps(deps): update phpstan packages

deps(deps): update phpstan packages #1100

Workflow file for this run

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