fix: simulation Fiat precision and Fiat flickers different value before decimals are applied #13636
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: "Conventional Commit Validation PR Title" | |
on: | |
pull_request: | |
branches: | |
- main | |
types: [opened,edited] | |
jobs: | |
pr-title-linter: | |
runs-on: ubuntu-latest | |
steps: | |
# v5.2.0 | |
- uses: amannn/action-semantic-pull-request@c3cd5d1ea3580753008872425915e343e351ab54 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |