test(evm): Add tests for bank wrapper #171
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: Changelog Linter | |
on: | |
pull_request: | |
branches: | |
- main | |
- release/** | |
permissions: read-all | |
jobs: | |
check_diff: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check Changelog for changes | |
uses: tarides/changelog-check-action@v3 | |
with: | |
changelog: CHANGELOG.md | |
lint_changelog: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out the repository | |
uses: actions/checkout@v4 | |
- name: Run changelog linter | |
uses: MalteHerrmann/changelog-lint-action@0918ef12e6dc06adce0743e1c6c13707a7c20323 |