Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

Continuous Integration (0:05)

Coursera lecture cover

Link to Coursera lecture

In this lesson from Duke University on GitHub Actions, you will learn how to create of a testing workflow using a template starter.


Assignment #1

Now that you have learned how clean code is, how to refactor your code, how to lint it, and how to setup a CI pipeline to your project, it's time for the Assignment #1!

Assignment #1 covers

  • A data manipulation task,
  • Linting a project
  • Adding command-line options
  • Creating a CI pipeline

Open your assignments project and good luck! 👍