Skip to content

A small repository that uses github actions for CI.

Notifications You must be signed in to change notification settings

wsad1/learn_actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testing linting

learn_actions

A small repository that uses github actions for CI.

Setting up for development

To install in develop mode create a new python environment and run.

python setup.py develop

This will symlink all the python files from the current source tree into python.

Run the entire test suite with. python setup.py test

Github actions

.github/workflow contains two yamls. testing.yml runs this packages test-suite. linting.yml runs flake8. Read this for a detailed explanation of setting up CI workflows for a python project.

About

A small repository that uses github actions for CI.

Resources

Stars

Watchers

Forks

Languages