更改记忆槽位设置、修复注册指令时报错、规范化functions #12
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: Build | |
on: | |
push: | |
pull_request: | |
branches: [main] | |
types: [opened, synchronize, reopened, labeled, unlabeled] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Setup | |
uses: cordiverse/workflows/.github/actions/setup@main | |
- name: Lint JavaScript | |
run: yarn build:all | |