[apps] Release twitter_binding v6 and deploy to mainnet #5681
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: Check Move Constant Errors | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
check-move-constant-errors: | |
name: Check-Move-Constant-Errors | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
- name: Run Bash Script | |
run: | | |
chmod +x scripts/check_move_constant_errors.sh | |
./scripts/check_move_constant_errors.sh |