chore(deps): update dependency wayofdev/cs-fixer-config to v1.5.3 #847
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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@master | |
with: | |
os: ubuntu-latest | |
severity: warning | |
secrets: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
... |