Skip to content

Refactor IrLogic to see if we can get rid of memory issue #358

Refactor IrLogic to see if we can get rid of memory issue

Refactor IrLogic to see if we can get rid of memory issue #358

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: clang-format --version
- run: ./lint.sh ${{ github.workspace }}
- run: echo "Job's status ${{ job.status }}."