Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

chore(deps): update dependency orchestra/testbench to v9 #1090

chore(deps): update dependency orchestra/testbench to v9

chore(deps): update dependency orchestra/testbench to v9 #1090

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@master
with:
os: ubuntu-latest
severity: warning
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
...