Skip to content

feat(compiler/frontend): add flag to enable/disable overflow detection in simulation #2888

feat(compiler/frontend): add flag to enable/disable overflow detection in simulation

feat(compiler/frontend): add flag to enable/disable overflow detection in simulation #2888

Workflow file for this run

# This job is the main jobs will dispatch build and test for every modules of our mono repo.
name: Linelint
on:
pull_request:
push:
branches:
- 'main'
jobs:
linelint:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Linelint
uses: fernandrone/linelint@0.0.4
id: linelint