fix(deps): update dependency ethereumjs-util to v7.1.5 - autoclosed #417
Workflow file for this run
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
--- | |
name: "Conventional Commits" | |
"on": | |
pull_request: | |
branches: [main] | |
types: [synchronize, opened] | |
jobs: | |
verify-conventional-commits: | |
if: startsWith(github.head_ref, 'renovate/') != true | |
name: "Verify Conventional Commits" | |
runs-on: ubuntu-latest | |
steps: | |
- name: "Check out" | |
uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- name: "Commitsar conventional commits check" | |
uses: aevea/[email protected] |