Adding cggi-tfhe-rs-bool pass + Add tests + And_packed #1065
Workflow file for this run
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
name: PR format requirements | |
permissions: read-all | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
pre-commit-style: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # pin@v3 | |
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # pin@v4.7.0 | |
- name: Run pre-commit github action | |
uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507 # pin@v3 |