use the builtin consts for max_i32
and min_i32
, instead of the constants defined in math
#4677
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: CI | |
on: | |
push: | |
pull_request: | |
schedule: | |
- cron: '31 1,12 * * *' | |
jobs: | |
lint: | |
uses: ./.github/workflows/lint.yml | |
linux: | |
uses: ./.github/workflows/linux.yml | |
macos: | |
uses: ./.github/workflows/macos.yml | |
windows: | |
uses: ./.github/workflows/windows.yml |