[BUMP SDK IN DAPP] - Add support for new chains in the chat criteria modal #865
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: pre-merge-check | |
on: | |
pull_request: | |
types: [opened, unopened] | |
jobs: | |
pull-tester: | |
runs-on: ubuntu-18.04 | |
steps: | |
- name: check out git repo | |
uses: actions/checkout@v3 | |
- name: run version compare script | |
run: bash ./.github/workflows/scripts/version-check.sh |