Skip to content

Fixes to MIR JIT. JIT executes now 🎊 #493

Fixes to MIR JIT. JIT executes now 🎊

Fixes to MIR JIT. JIT executes now 🎊 #493

name: static-analysis
on: [push]
jobs:
build:
name: cppcheck-test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: cppcheck
uses: deep5050/cppcheck-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN}}