Skip to content

Support TFHE-rs tensors #106

Support TFHE-rs tensors

Support TFHE-rs tensors #106

Workflow file for this run

name: Lint Dockerfiles
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
container:
image: hadolint/hadolint@sha256:27173fe25e062448490a32de410c08491c626a0bef360aa2ce5d5bdd9384b50d #2.12.0-debian
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Lint All Dockerfiles (except third_party)
run: hadolint -V `find -name "*Dockerfile*" -not -path "./third_party/*" |xargs `