OnedgeLee / simple-py-crypto

Simple toy implementation of crypto written in python
0 stars 0 forks source link

🚑️ Hotfix for workflow on lint / test #3

Closed OnedgeLee closed 2 years ago

OnedgeLee commented 2 years ago

Describe your changes

For lint on workflow, Black is executed with --check option, and it wasn't intended, so removed it. For lint on workflow, Yapf is executed with -rd option, and it wasn't intended, so fixed to -ri option. For test on workflow, path wasn't correct since workflow didn't have package installing, so added installing process, and simple test code.

Issue ticket number and link

Closes https://github.com/OnedgeLee/simple-py-crypto/issues/1 Closes https://github.com/OnedgeLee/simple-py-crypto/issues/2