m3dev / gokart

Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning Pipeline.
https://gokart.readthedocs.io/en/latest/
MIT License
305 stars 57 forks source link

WIP: Migrating to GitHub Actions and apply yapf on repo #159

Closed hirosassa closed 3 years ago

hirosassa commented 3 years ago

What is this PR

I implemented followings;

  1. GitHub Actions workflows of test and formatting
  2. applied yapf

todo

Hi-king commented 3 years ago

@hirosassa since yapf makes piles of diffs, I recommend split PR into 1) only yapf 2) others!

hirosassa commented 3 years ago

@Hi-king Thanks for your suggestion! I'll close this PR and split this into two parts.