Skip to content

fix(compiler): Handle tensor.empty in the pass that lower tfhe to the… #490

fix(compiler): Handle tensor.empty in the pass that lower tfhe to the…

fix(compiler): Handle tensor.empty in the pass that lower tfhe to the… #490

name: Check Markdown links
on:
pull_request:
paths:
- '**.md'
push:
branches:
- main
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'