feat(persistence-ethereum): migrate to separate db schema #23
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: PR - Commit Parity | |
'on': | |
pull_request: | |
branches: | |
- main | |
- dev | |
- petermetz/** | |
push: | |
branches: | |
- main | |
- dev | |
jobs: | |
pr-commit-parity: | |
name: PR and Commit messages Parity | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/[email protected] | |
- name: Use Node.js v18.18.2 | |
uses: actions/[email protected] | |
with: | |
node-version: v18.19.0 | |
- name: Execute pr-commit-parity script | |
run: node tools/pr-commit-parity.js ${{ github.event.pull_request.url }} |