name: Concrete Python Checks on: workflow_call: jobs: Checks: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Install Platform Dependencies run: | sudo apt install -y graphviz libgraphviz-dev - name: Pre-Commit Checks run: | ./frontends/concrete-python/scripts/checks/checks.sh