tanliyon / gym-xiangqi

This repo sets up the environment to play Xiang Qi (chinese chess) following the OpenAI Gym framework.
GNU Lesser General Public License v3.0
32 stars 6 forks source link

Add Python Lint to Github Action #10

Closed tanliyon closed 3 years ago

tanliyon commented 3 years ago

Description

This PR adds Flake8 lint to the CI, and as a result of that, several tab/spaces inconsistency were discovered.

Type of change

How has this been tested?

Passes CI.