fix(compiler): Handle tensor.empty in the pass that lower tfhe to the… #2480
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
# 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/[email protected] | |
id: linelint |