feat: Add native NEP-141 bridge to Ethereum. #259
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: Deferred versioning check | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
jobs: | |
check: | |
name: Check yarn2 deferred version | |
runs-on: ubuntu-latest | |
steps: | |
- name: Clone the repository | |
uses: actions/checkout@v2 | |
with: | |
fetch-depth: 0 | |
- name: Check deferred version is set (yarn version check -i) | |
run: yarn version check |