procui: swap tickDelay
and priority
args in callbacks (#1408)
#1767
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 check | |
on: | |
pull_request: | |
paths-ignore: | |
- "*.md" | |
types: | |
- opened | |
- synchronize | |
- reopened | |
push: | |
paths-ignore: | |
- "*.md" | |
branches: | |
- main | |
jobs: | |
build: | |
uses: ./.github/workflows/build.yml |