Fall back to fast_float when C++ stdlib doesn't provide from_chars for floats #835
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
# | |
# See https://github.com/marketplace/actions/auto-assign-action | |
# | |
name: 'Auto Assign' | |
on: | |
pull_request_target: | |
types: [opened, reopened, ready_for_review] | |
paths-ignore: | |
- 'skycultures/**' | |
jobs: | |
add-reviews: | |
runs-on: ubuntu-latest | |
if: "!contains(github.actor, 'transifex')" | |
name: Add reviews | |
steps: | |
- uses: kentaro-m/[email protected] |