typo in Float.mo
comment (#638)
#249
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: Sync master and next-moc | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
sync-branch: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Merge master -> next-moc | |
uses: devmasx/merge-branch@v1.3.1 | |
with: | |
type: now | |
from_branch: master | |
target_branch: next-moc | |
github_token: ${{ github.token }} |