OpenMined / SyMPC

A SMPC companion library for Syft
MIT License
99 stars 39 forks source link

Create a initial Runner for Lint Checks #303

Closed rasswanth-s closed 3 years ago

rasswanth-s commented 3 years ago

Description

Currently all the runners do Linting checks separately which leads to cache error on pre-commit.We would create a initial runner which does the lint checks.

How to Reproduce

Run the CI on a commit. https://github.com/OpenMined/SyMPC/runs/3301868996?check_suite_focus=true

Expected Behavior

All the CI Tests should pass.