mirror of
https://github.com/zama-ai/concrete.git
synced 2026-01-13 14:58:01 -05:00
17 lines
300 B
YAML
17 lines
300 B
YAML
name: Concrete Python Checks
|
|
|
|
on:
|
|
workflow_call:
|
|
|
|
jobs:
|
|
Checks:
|
|
runs-on: ubuntu-20.04
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- name: Pre-Commit Checks
|
|
run: |
|
|
cd frontends/concrete-python
|
|
make venv
|
|
source .venv/bin/activate
|
|
make pcc
|