feat: Support batch stake and unsake #5634
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 |