Updated receive page, docs url and added UD icon in snap modal #596
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: 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 |