Lucretiel / autocommand

Autocommand turns a python function into a CLI program
GNU Lesser General Public License v3.0
53 stars 9 forks source link

Introduce github action for CI #26

Closed Lucretiel closed 1 year ago

Lucretiel commented 1 year ago

We left travis ci ages ago; add a file for CI with github actions. Flake8 appears to be broken right now so we're disabling it for now (doesn't understand arbitrary python expressions in annotation position).

Lucretiel commented 1 year ago

In the future we'll restore code coverage and automatic deploy but this is a good start