Replaced older tab implementation in trending channels with the new tab block component #812
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 |